[0KRunning with gitlab-runner 17.5.3 (12030cf4)[0;m [0K on weirdboi-x86 t1_1Sqsvu, system ID: r_mix7OBXfgFHG[0;m section_start:1740512115:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image cr.weirdboi.dev/base/rust:latest ...[0;m [0KStarting service docker:dind...[0;m [0KPulling docker image docker:dind ...[0;m [0KUsing docker image sha256:d1da86d0da980dad6c82075b9859478027165e57dba77994a2fe1fa99ed408f3 for docker:dind with digest docker@sha256:0a9c58ebc9f86e5af35e4330f6c738dc64fce3ca2e2574b5becdfb88765b308b ...[0;m [0KWaiting for services to be up and running (timeout 30 seconds)...[0;m [0;33m*** WARNING:[0;m Service runner-t11sqsvu-project-30-concurrent-0-b4f77d442e17081c-docker-0 probably didn't start properly. Health check error: service "runner-t11sqsvu-project-30-concurrent-0-b4f77d442e17081c-docker-0-wait-for-service" timeout Health check container logs: 2025-02-25T19:35:27.824040808Z waiting for TCP connection to 172.17.0.3 on [2375 2376]... 2025-02-25T19:35:27.824633711Z dialing 172.17.0.3:2376... 2025-02-25T19:35:27.824642231Z dialing 172.17.0.3:2375... 2025-02-25T19:35:28.825586543Z dialing 172.17.0.3:2376... 2025-02-25T19:35:28.825615694Z dialing 172.17.0.3:2375... 2025-02-25T19:35:29.825816181Z dialing 172.17.0.3:2375... 2025-02-25T19:35:29.825839811Z dialing 172.17.0.3:2376... Service container logs: 2025-02-25T19:35:28.975441744Z Certificate request self-signature ok 2025-02-25T19:35:28.975479075Z subject=CN=docker:dind server 2025-02-25T19:35:28.987865852Z /certs/server/cert.pem: OK 2025-02-25T19:35:29.525270073Z Certificate request self-signature ok 2025-02-25T19:35:29.525288483Z subject=CN=docker:dind client 2025-02-25T19:35:29.538074870Z /certs/client/cert.pem: OK 2025-02-25T19:35:29.541725676Z cat: can't open '/proc/net/ip6_tables_names': No such file or directory 2025-02-25T19:35:29.542322918Z cat: can't open '/proc/net/arp_tables_names': No such file or directory 2025-02-25T19:35:29.544702347Z iptables v1.8.11 (nf_tables) 2025-02-25T19:35:29.591108814Z time="2025-02-25T19:35:29.590982341Z" level=info msg="Starting up" 2025-02-25T19:35:29.591674006Z failed to load listeners: can't create unix socket /var/run/docker.sock: device or resource busy [0;33m*********[0;m [0KAuthenticating with credentials from job payload (GitLab Registry)[0;m [0KPulling docker image cr.weirdboi.dev/base/rust:latest ...[0;m [0KUsing docker image sha256:67291d55a4f6e1639237384e3908efd9c395bc5f7e4fd79299767a1ab2099a03 for cr.weirdboi.dev/base/rust:latest with digest cr.weirdboi.dev/base/rust@sha256:e6af14c20c60aa4634a328e1e82dd6104054f8c522856c78b1baaa91dea4ef44 ...[0;m section_end:1740512159:prepare_executor [0Ksection_start:1740512159:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-t11sqsvu-project-30-concurrent-0 via 52eb1fc8d521... section_end:1740512159:prepare_script [0Ksection_start:1740512159:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 20...[0;m Reinitialized existing Git repository in /builds/microhacks/crunch/.git/ [32;1mChecking out 02fb9b48 as detached HEAD (ref is feature/librarify)...[0;m Removing .cargo/ Removing target/ [32;1mSkipping Git submodules setup[0;m section_end:1740512160:get_sources [0Ksection_start:1740512160:restore_cache [0K[0K[36;1mRestoring cache[0;m[0;m [32;1mChecking cache for build-cache-linux-2-non_protected...[0;m Downloading cache from https://ams3.digitaloceanspaces.com/lcr/project/30/build-cache-linux-2-non_protected[0;m ETag[0;m="99b312badd054c5d45bf134a38beaa3c" [32;1mSuccessfully extracted cache[0;m section_end:1740512167:restore_cache [0Ksection_start:1740512167:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:67291d55a4f6e1639237384e3908efd9c395bc5f7e4fd79299767a1ab2099a03 for cr.weirdboi.dev/base/rust:latest with digest cr.weirdboi.dev/base/rust@sha256:e6af14c20c60aa4634a328e1e82dd6104054f8c522856c78b1baaa91dea4ef44 ...[0;m [32;1m$ export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"[0;m [32;1m$ export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH"[0;m [32;1m$ cargo test --release[0;m Compiling crunch-cli v0.9.0 (/builds/microhacks/crunch) Finished `release` profile [optimized] target(s) in 1.87s Running unittests src/lib.rs (target/release/deps/crunch_cli-be7fee7f3543ad49) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/release/deps/crunch-158f6efc3e52ea37) running 5 tests test commands::split::tests::correct_conversion ... ok test commands::split::tests::some_pad ... ok test commands::split::tests::no_pad_space ... ok test commands::split::tests::some_space ... ok test commands::split::tests::different_spacing ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests crunch_cli running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s section_end:1740512169:step_script [0Ksection_start:1740512169:archive_cache [0K[0K[36;1mSaving cache for successful job[0;m[0;m [32;1mCreating cache build-cache-linux-2-non_protected...[0;m .cargo/registry/cache: found 127 matching artifact files and directories[0;m .cargo/registry/index: found 331 matching artifact files and directories[0;m [0;33mWARNING: .cargo/git/db: no matching files. Ensure that the artifact path is relative to the working directory (/builds/microhacks/crunch)[0;m [0;33mWARNING: .cargo/bin/: no matching files. Ensure that the artifact path is relative to the working directory (/builds/microhacks/crunch)[0;m target/: found 1968 matching artifact files and directories[0;m Uploading cache.zip to https://ams3.digitaloceanspaces.com/lcr/project/30/build-cache-linux-2-non_protected[0;m [32;1mCreated cache[0;m section_end:1740512182:archive_cache [0Ksection_start:1740512182:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1740512182:cleanup_file_variables [0K[32;1mJob succeeded[0;m