[INFO] cloning repository https://github.com/mathscantor/kforge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mathscantor/kforge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathscantor%2Fkforge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathscantor%2Fkforge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 92026516c7118c725a10f6aabdbc6eda9d926046 [INFO] testing mathscantor/kforge against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmathscantor%2Fkforge" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mathscantor/kforge [INFO] finished tweaking git repo https://github.com/mathscantor/kforge [INFO] tweaked toml for git repo https://github.com/mathscantor/kforge written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mathscantor/kforge on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mathscantor/kforge 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6a848f9a65e213eb4133e0a92881eb5e7c023376a58ada840805e03d5ba0e54e [INFO] running `Command { std: "docker" "start" "-a" "6a848f9a65e213eb4133e0a92881eb5e7c023376a58ada840805e03d5ba0e54e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a848f9a65e213eb4133e0a92881eb5e7c023376a58ada840805e03d5ba0e54e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a848f9a65e213eb4133e0a92881eb5e7c023376a58ada840805e03d5ba0e54e", kill_on_drop: false }` [INFO] [stdout] 6a848f9a65e213eb4133e0a92881eb5e7c023376a58ada840805e03d5ba0e54e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5da3d329a75ace04330b9e9e1e2da1661afdd1726fe4a951ad7be8053467f401 [INFO] running `Command { std: "docker" "start" "-a" "5da3d329a75ace04330b9e9e1e2da1661afdd1726fe4a951ad7be8053467f401", kill_on_drop: false }` [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling yeslogic-fontconfig-sys v6.0.0 [INFO] [stderr] Compiling anstyle-query v1.1.3 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling pathfinder_simd v0.5.5 [INFO] [stderr] Compiling bytemuck v1.23.1 [INFO] [stderr] Compiling font-kit v0.14.3 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling crc32c v0.6.8 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling anstream v0.6.19 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling crc32-v2 v0.0.4 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling float-ord v0.3.2 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling clap_builder v4.5.41 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stderr] Compiling humantime v2.2.0 [INFO] [stderr] Compiling ttf-parser v0.20.0 [INFO] [stderr] Compiling papergrid v0.17.0 [INFO] [stderr] Compiling testing_table v0.3.0 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling termsize v0.1.9 [INFO] [stderr] Compiling entropy v0.4.2 [INFO] [stderr] Compiling pathfinder_geometry v0.5.1 [INFO] [stderr] Compiling xxhash-rust v0.8.15 [INFO] [stderr] Compiling argparse v0.2.2 [INFO] [stderr] Compiling freetype-sys v0.20.1 [INFO] [stderr] Compiling bzip2-sys v0.1.13+1.0.8 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling xz2 v0.1.7 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling bzip2 v0.4.4 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling plotters-bitmap v0.3.7 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling pretty_env_logger v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling uuid-macro-internal v1.17.0 [INFO] [stderr] Compiling clap_derive v4.5.41 [INFO] [stderr] Compiling tabled_derive v0.11.0 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling tabled v0.20.0 [INFO] [stderr] Compiling clap v4.5.41 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling binwalk v3.1.0 [INFO] [stderr] Compiling kforge v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.08s [INFO] running `Command { std: "docker" "inspect" "5da3d329a75ace04330b9e9e1e2da1661afdd1726fe4a951ad7be8053467f401", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5da3d329a75ace04330b9e9e1e2da1661afdd1726fe4a951ad7be8053467f401", kill_on_drop: false }` [INFO] [stdout] 5da3d329a75ace04330b9e9e1e2da1661afdd1726fe4a951ad7be8053467f401 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 43ce297322c469a4c5921816c9f90bc4b65870b8175e03266152554fdbf3b90f [INFO] running `Command { std: "docker" "start" "-a" "43ce297322c469a4c5921816c9f90bc4b65870b8175e03266152554fdbf3b90f", kill_on_drop: false }` [INFO] [stderr] Compiling kforge v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `Command { std: "docker" "inspect" "43ce297322c469a4c5921816c9f90bc4b65870b8175e03266152554fdbf3b90f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43ce297322c469a4c5921816c9f90bc4b65870b8175e03266152554fdbf3b90f", kill_on_drop: false }` [INFO] [stdout] 43ce297322c469a4c5921816c9f90bc4b65870b8175e03266152554fdbf3b90f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c070012d12ab8b2defd922e6b4cd1dc8ddb30af2c097283e94c1cf1e64171428 [INFO] running `Command { std: "docker" "start" "-a" "c070012d12ab8b2defd922e6b4cd1dc8ddb30af2c097283e94c1cf1e64171428", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/kforge-056a846054bd8d31) [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" "c070012d12ab8b2defd922e6b4cd1dc8ddb30af2c097283e94c1cf1e64171428", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c070012d12ab8b2defd922e6b4cd1dc8ddb30af2c097283e94c1cf1e64171428", kill_on_drop: false }` [INFO] [stdout] c070012d12ab8b2defd922e6b4cd1dc8ddb30af2c097283e94c1cf1e64171428