Your goal: make the 555 + CD4017 LED chaser work reliably.
Plan:
Rewire IC3 astable: tie THR+TR to a TIMING net; move C4 between TIMING and GND; connect R1 from VDD to DIS; wire VR2 as RB (CW->DIS, WIPER+CCW->TIMING).
On IC2, remove CARRY_OUT-to-GND; keep CLK INH low; RESET low.
Add two 100nF Capacitor decouplers: IC3 VCC-GND and IC2 VDD-GND.
Re-run ERC/DRC and verify CLK from IC3 to IC2. Let me know if you want any changes.
Short answer: not yet. I see a few blocking issues in your Flux schematic.
555 timing node is wrong
IC3 and IC3 are tied to GND (Net 27). They must connect to the timing node (Net 31), the same node as IC3, R1, and VR2.
C4 has both pins on GND; move one side to the timing node (Net 31) and keep the other on GND. That will let the 555 oscillate.
CD4017 carry-out shorted
IC2 is tied to GND (Net 27). It is an output and must be left unconnected (or used), not grounded. Keeping IC2 and IC2 at GND is fine for continuous running.
Decoupling caps missing
Add a 100 nF between IC3 and another 100 nF between IC2, placed close to the pins. Example part: 100nF Capacitor.
LED resistor values inconsistent
R14 and R21 are set to 2 Ω while the others (e.g., R13, R15, R16, R17, R19, R20, R22) are 220 Ω. 2 Ω is effectively a short for a 5 V LED string and will overdrive the LED/output—set them to match the others.
Notes from checks
ERC reports “Missing Power” on IC2 and IC3. Your nets show power on Net 41; just make sure your supply symbol V2 orientation and net naming are correct (e.g., rename Net 41 to “VCC/5V”) so ERC recognizes it.
If you want, I can apply these fixes to the schematic and add the two 100 nF caps for you.