[INFO] cloning repository https://github.com/kb10uy/neocuviz
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kb10uy/neocuviz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkb10uy%2Fneocuviz", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkb10uy%2Fneocuviz'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f2a3e895c9295347319e9243ecbb7b10d5089918
[INFO] testing kb10uy/neocuviz against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkb10uy%2Fneocuviz" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/kb10uy/neocuviz on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/kb10uy/neocuviz
[INFO] finished tweaking git repo https://github.com/kb10uy/neocuviz
[INFO] tweaked toml for git repo https://github.com/kb10uy/neocuviz written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/kb10uy/neocuviz already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ccdf040cb5de551b4cf073d1546863da23c442b5d20be8f7dfe420c29ff13219
[INFO] running `Command { std: "docker" "start" "-a" "ccdf040cb5de551b4cf073d1546863da23c442b5d20be8f7dfe420c29ff13219", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ccdf040cb5de551b4cf073d1546863da23c442b5d20be8f7dfe420c29ff13219", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccdf040cb5de551b4cf073d1546863da23c442b5d20be8f7dfe420c29ff13219", kill_on_drop: false }`
[INFO] [stdout] ccdf040cb5de551b4cf073d1546863da23c442b5d20be8f7dfe420c29ff13219
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a8038f7b36e2a017aa4d481ffd8dab304e0bc5b47d079697649cb71fcb073448
[INFO] running `Command { std: "docker" "start" "-a" "a8038f7b36e2a017aa4d481ffd8dab304e0bc5b47d079697649cb71fcb073448", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling libc v0.2.73
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.19
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling adler32 v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.7.1
[INFO] [stderr]    Compiling syn v1.0.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.8
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling float-cmp v0.5.3
[INFO] [stderr]    Compiling miniz_oxide v0.3.7
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling bytemuck v1.3.0
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling miniz_oxide v0.4.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling rayon v1.3.1
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]    Compiling hashbrown v0.8.1
[INFO] [stderr]    Compiling num-rational v0.3.0
[INFO] [stderr]    Compiling num-iter v0.1.41
[INFO] [stderr]    Compiling indexmap v1.5.0
[INFO] [stderr]    Compiling lzw v0.10.0
[INFO] [stderr]    Compiling ttf-parser v0.6.2
[INFO] [stderr]    Compiling xmlparser v0.13.2
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling arrayvec v0.5.1
[INFO] [stderr]    Compiling deflate v0.8.6
[INFO] [stderr]    Compiling simplecss v0.2.0
[INFO] [stderr]    Compiling svgtypes v0.5.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling data-url v0.1.0
[INFO] [stderr]    Compiling jobserver v0.1.21
[INFO] [stderr]    Compiling cc v1.0.58
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling crossbeam-deque v0.7.3
[INFO] [stderr]    Compiling crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling memmap2 v0.1.0
[INFO] [stderr]    Compiling kurbo v0.6.2
[INFO] [stderr]    Compiling roxmltree v0.13.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling flate2 v1.0.16
[INFO] [stderr]    Compiling rgb v0.8.20
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling base64 v0.12.3
[INFO] [stderr]    Compiling png v0.16.7
[INFO] [stderr]    Compiling xmlwriter v0.1.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling unicode-script v0.5.2
[INFO] [stderr]    Compiling rctree v0.3.3
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling unicode-vo v0.1.0
[INFO] [stderr]    Compiling color_quant v1.0.1
[INFO] [stderr]    Compiling pico-args v0.3.3
[INFO] [stderr]    Compiling gif v0.10.3
[INFO] [stderr]    Compiling svgfilters v0.2.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling tiff v0.5.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling rustybuzz v0.1.1
[INFO] [stderr]    Compiling tiny-skia v0.1.0
[INFO] [stderr]    Compiling os_str_bytes v2.3.1
[INFO] [stderr]    Compiling neocuviz v0.1.0 (/opt/rustwide/workdir/neocuviz)
[INFO] [stderr]    Compiling uuid v0.8.1
[INFO] [stderr]    Compiling fontdb v0.1.0
[INFO] [stderr]    Compiling jpeg-decoder v0.1.20
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stderr]    Compiling image v0.23.7
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.1
[INFO] [stderr]    Compiling clap v3.0.0-beta.1
[INFO] [stderr]    Compiling usvg v0.11.0
[INFO] [stderr]    Compiling resvg v0.11.0
[INFO] [stderr]    Compiling ncv-cli v0.1.0 (/opt/rustwide/workdir/ncv-cli)
[INFO] [stdout] warning: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> ncv-cli/src/main.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[clap(version, author)]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 20 | #[derive(Clap)]
[INFO] [stdout]    |          ---- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout]    = note: `#[warn(legacy_derive_helpers)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] running `Command { std: "docker" "inspect" "a8038f7b36e2a017aa4d481ffd8dab304e0bc5b47d079697649cb71fcb073448", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8038f7b36e2a017aa4d481ffd8dab304e0bc5b47d079697649cb71fcb073448", kill_on_drop: false }`
[INFO] [stdout] a8038f7b36e2a017aa4d481ffd8dab304e0bc5b47d079697649cb71fcb073448
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4a1da36e65c0269e3de36115dc622c80004213c6536fe3e3a3b9efe486c11f09
[INFO] running `Command { std: "docker" "start" "-a" "4a1da36e65c0269e3de36115dc622c80004213c6536fe3e3a3b9efe486c11f09", kill_on_drop: false }`
[INFO] [stderr]    Compiling neocuviz v0.1.0 (/opt/rustwide/workdir/neocuviz)
[INFO] [stderr]    Compiling ncv-cli v0.1.0 (/opt/rustwide/workdir/ncv-cli)
[INFO] [stdout] warning: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> ncv-cli/src/main.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[clap(version, author)]
[INFO] [stdout]    |   ^^^^
[INFO] [stdout] 20 | #[derive(Clap)]
[INFO] [stdout]    |          ---- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout]    = note: `#[warn(legacy_derive_helpers)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "4a1da36e65c0269e3de36115dc622c80004213c6536fe3e3a3b9efe486c11f09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a1da36e65c0269e3de36115dc622c80004213c6536fe3e3a3b9efe486c11f09", kill_on_drop: false }`
[INFO] [stdout] 4a1da36e65c0269e3de36115dc622c80004213c6536fe3e3a3b9efe486c11f09
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4c0cef3b11469a377272b45e145c63d52b7c36cf592208775f10f75e9e3b5b95
[INFO] running `Command { std: "docker" "start" "-a" "4c0cef3b11469a377272b45e145c63d52b7c36cf592208775f10f75e9e3b5b95", kill_on_drop: false }`
[INFO] [stderr] warning: derive helper attribute is used before it is introduced
[INFO] [stderr]   --> ncv-cli/src/main.rs:19:3
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[clap(version, author)]
[INFO] [stderr]    |   ^^^^
[INFO] [stderr] 20 | #[derive(Clap)]
[INFO] [stderr]    |          ---- the attribute is introduced here
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stderr]    = note: `#[warn(legacy_derive_helpers)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `ncv-cli` (bin "ncv-cli" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ncv_cli-efe2107b38cee6c3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/neocuviz-aa108b72ce905703)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests neocuviz
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4c0cef3b11469a377272b45e145c63d52b7c36cf592208775f10f75e9e3b5b95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c0cef3b11469a377272b45e145c63d52b7c36cf592208775f10f75e9e3b5b95", kill_on_drop: false }`
[INFO] [stdout] 4c0cef3b11469a377272b45e145c63d52b7c36cf592208775f10f75e9e3b5b95
