[INFO] cloning repository https://github.com/BojanStipic/micko-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BojanStipic/micko-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBojanStipic%2Fmicko-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBojanStipic%2Fmicko-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1dc7660620d19e62039a9ddaf28656623296a816 [INFO] testing BojanStipic/micko-rs against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBojanStipic%2Fmicko-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BojanStipic/micko-rs on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BojanStipic/micko-rs [INFO] finished tweaking git repo https://github.com/BojanStipic/micko-rs [INFO] tweaked toml for git repo https://github.com/BojanStipic/micko-rs written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/BojanStipic/micko-rs 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" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ariadne v0.4.0 [INFO] [stderr] Downloaded chumsky v0.9.3 [INFO] [stderr] Downloaded zerocopy-derive v0.7.21 [INFO] [stderr] Downloaded zerocopy v0.7.21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72b12d9678ef3f516bafc7768886c4d20961c9e9ed5a9779fb859ccb71e29528 [INFO] running `Command { std: "docker" "start" "-a" "72b12d9678ef3f516bafc7768886c4d20961c9e9ed5a9779fb859ccb71e29528", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72b12d9678ef3f516bafc7768886c4d20961c9e9ed5a9779fb859ccb71e29528", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72b12d9678ef3f516bafc7768886c4d20961c9e9ed5a9779fb859ccb71e29528", kill_on_drop: false }` [INFO] [stdout] 72b12d9678ef3f516bafc7768886c4d20961c9e9ed5a9779fb859ccb71e29528 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23f9575e20c9c7c93bc92b16c138a0e4f1cd599c88305e50d78aa916cc92695f [INFO] running `Command { std: "docker" "start" "-a" "23f9575e20c9c7c93bc92b16c138a0e4f1cd599c88305e50d78aa916cc92695f", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling rustix v0.38.15 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.8 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling anstyle v1.0.0 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling zerocopy v0.7.21 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling strsim v0.11.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling anstyle-parse v0.2.0 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling ariadne v0.4.0 [INFO] [stderr] Compiling anstream v0.6.11 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling psm v0.1.21 [INFO] [stderr] Compiling stacker v0.1.15 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling clap_builder v4.5.1 [INFO] [stderr] Compiling chumsky v0.9.3 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Compiling clap v4.5.1 [INFO] [stderr] Compiling micko-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `micko-rs` (bin "micko-rs") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.77.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name micko_rs --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=816a9d5f80f7d15b -C extra-filename=-816a9d5f80f7d15b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ariadne=/opt/rustwide/target/debug/deps/libariadne-eb1d02179f635934.rlib --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-5a71f0263957b58a.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-c907e9f13d7a9bdd.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/psm-0289ad54e03fe149/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "23f9575e20c9c7c93bc92b16c138a0e4f1cd599c88305e50d78aa916cc92695f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23f9575e20c9c7c93bc92b16c138a0e4f1cd599c88305e50d78aa916cc92695f", kill_on_drop: false }` [INFO] [stdout] 23f9575e20c9c7c93bc92b16c138a0e4f1cd599c88305e50d78aa916cc92695f [INFO] testing BojanStipic/micko-rs against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBojanStipic%2Fmicko-rs" "/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/BojanStipic/micko-rs on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BojanStipic/micko-rs [INFO] finished tweaking git repo https://github.com/BojanStipic/micko-rs [INFO] tweaked toml for git repo https://github.com/BojanStipic/micko-rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/BojanStipic/micko-rs 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" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a210f1d00a2e2e48ac066514fe749cd46a10e8ff9ff179ca211fa4ed73639ae0 [INFO] running `Command { std: "docker" "start" "-a" "a210f1d00a2e2e48ac066514fe749cd46a10e8ff9ff179ca211fa4ed73639ae0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a210f1d00a2e2e48ac066514fe749cd46a10e8ff9ff179ca211fa4ed73639ae0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a210f1d00a2e2e48ac066514fe749cd46a10e8ff9ff179ca211fa4ed73639ae0", kill_on_drop: false }` [INFO] [stdout] a210f1d00a2e2e48ac066514fe749cd46a10e8ff9ff179ca211fa4ed73639ae0 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b98eb98509f352709f6adc0a416965d4787bde5f80d8789a6eb1b232c216eaa4 [INFO] running `Command { std: "docker" "start" "-a" "b98eb98509f352709f6adc0a416965d4787bde5f80d8789a6eb1b232c216eaa4", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling rustix v0.38.15 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.8 [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling zerocopy v0.7.21 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.0 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling anstyle-parse v0.2.0 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling strsim v0.11.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling anstream v0.6.11 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling ariadne v0.4.0 [INFO] [stderr] Compiling psm v0.1.21 [INFO] [stderr] Compiling stacker v0.1.15 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling clap_builder v4.5.1 [INFO] [stderr] Compiling chumsky v0.9.3 [INFO] [stderr] Compiling clap_derive v4.5.0 [INFO] [stderr] Compiling clap v4.5.1 [INFO] [stderr] Compiling micko-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.18s [INFO] running `Command { std: "docker" "inspect" "b98eb98509f352709f6adc0a416965d4787bde5f80d8789a6eb1b232c216eaa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b98eb98509f352709f6adc0a416965d4787bde5f80d8789a6eb1b232c216eaa4", kill_on_drop: false }` [INFO] [stdout] b98eb98509f352709f6adc0a416965d4787bde5f80d8789a6eb1b232c216eaa4 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f984ae9fab98b3c5be23465bb1e267d68ea784c1db59fdb3beba0f5ad3dc64f [INFO] running `Command { std: "docker" "start" "-a" "4f984ae9fab98b3c5be23465bb1e267d68ea784c1db59fdb3beba0f5ad3dc64f", kill_on_drop: false }` [INFO] [stderr] Compiling micko-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.97s [INFO] running `Command { std: "docker" "inspect" "4f984ae9fab98b3c5be23465bb1e267d68ea784c1db59fdb3beba0f5ad3dc64f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f984ae9fab98b3c5be23465bb1e267d68ea784c1db59fdb3beba0f5ad3dc64f", kill_on_drop: false }` [INFO] [stdout] 4f984ae9fab98b3c5be23465bb1e267d68ea784c1db59fdb3beba0f5ad3dc64f [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5b8cda7624d358e5bd33e5f2e8113a8aa6a79b3a1bebc0b42e4319b140f9782d [INFO] running `Command { std: "docker" "start" "-a" "5b8cda7624d358e5bd33e5f2e8113a8aa6a79b3a1bebc0b42e4319b140f9782d", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/micko_rs-311d08cc3dbd430f) [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" "5b8cda7624d358e5bd33e5f2e8113a8aa6a79b3a1bebc0b42e4319b140f9782d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b8cda7624d358e5bd33e5f2e8113a8aa6a79b3a1bebc0b42e4319b140f9782d", kill_on_drop: false }` [INFO] [stdout] 5b8cda7624d358e5bd33e5f2e8113a8aa6a79b3a1bebc0b42e4319b140f9782d