[INFO] fetching crate piqo 0.1.4... [INFO] testing piqo-0.1.4 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate piqo 0.1.4 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate piqo 0.1.4 [INFO] finished tweaking crates.io crate piqo 0.1.4 [INFO] tweaked toml for crates.io crate piqo 0.1.4 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate piqo 0.1.4 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate piqo 0.1.4 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gix-fs v0.13.0 [INFO] [stderr] Downloaded gix-sec v0.10.12 [INFO] [stderr] Downloaded gix-hashtable v0.7.0 [INFO] [stderr] Downloaded gix-utils v0.1.14 [INFO] [stderr] Downloaded gix-discover v0.38.0 [INFO] [stderr] Downloaded gix-lock v16.0.0 [INFO] [stderr] Downloaded gix-actor v0.33.2 [INFO] [stderr] Downloaded gix-object v0.47.0 [INFO] [stderr] Downloaded prodash v29.0.2 [INFO] [stderr] Downloaded gix-ref v0.50.0 [INFO] [stderr] Downloaded winnow v0.6.26 [INFO] [stderr] Downloaded faster-hex v0.9.0 [INFO] [stderr] Downloaded gix-hash v0.16.0 [INFO] [stderr] Downloaded gix-date v0.9.4 [INFO] [stderr] Downloaded gix-features v0.40.0 [INFO] [stderr] Downloaded gix-tempfile v16.0.0 [INFO] [stderr] Downloaded gix-validate v0.9.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 216459deece25a0a7b73508045a2754d91577219cce77d7e93e8934fd937f83b [INFO] running `Command { std: "docker" "start" "-a" "216459deece25a0a7b73508045a2754d91577219cce77d7e93e8934fd937f83b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "216459deece25a0a7b73508045a2754d91577219cce77d7e93e8934fd937f83b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "216459deece25a0a7b73508045a2754d91577219cce77d7e93e8934fd937f83b", kill_on_drop: false }` [INFO] [stdout] 216459deece25a0a7b73508045a2754d91577219cce77d7e93e8934fd937f83b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 985201e4b5d50e56332a31f71cd74c65494b2b1f04270a11540f26d95cb1fb66 [INFO] running `Command { std: "docker" "start" "-a" "985201e4b5d50e56332a31f71cd74c65494b2b1f04270a11540f26d95cb1fb66", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling gix-trace v0.1.13 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling jiff v0.2.15 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling gix-utils v0.1.14 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling owo-colors v4.2.2 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling winnow v0.6.26 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling clap_builder v4.5.46 [INFO] [stderr] Compiling newline-converter v0.3.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling memmap2 v0.9.8 [INFO] [stderr] Compiling gix-sec v0.10.12 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling prodash v29.0.2 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling crossterm v0.25.0 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling clap v4.5.46 [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling gix-validate v0.10.0 [INFO] [stderr] Compiling gix-validate v0.9.4 [INFO] [stderr] Compiling gix-path v0.10.20 [INFO] [stderr] Compiling inquire v0.7.5 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling gix-date v0.9.4 [INFO] [stderr] Compiling gix-actor v0.33.2 [INFO] [stderr] Compiling faster-hex v0.9.0 [INFO] [stderr] Compiling gix-hash v0.16.0 [INFO] [stderr] Compiling gix-features v0.40.0 [INFO] [stderr] Compiling gix-hashtable v0.7.0 [INFO] [stderr] Compiling gix-fs v0.13.0 [INFO] [stderr] Compiling gix-object v0.47.0 [INFO] [stderr] Compiling gix-tempfile v16.0.0 [INFO] [stderr] Compiling gix-lock v16.0.0 [INFO] [stderr] Compiling gix-ref v0.50.0 [INFO] [stderr] Compiling gix-discover v0.38.0 [INFO] [stderr] Compiling piqo v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.62s [INFO] running `Command { std: "docker" "inspect" "985201e4b5d50e56332a31f71cd74c65494b2b1f04270a11540f26d95cb1fb66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "985201e4b5d50e56332a31f71cd74c65494b2b1f04270a11540f26d95cb1fb66", kill_on_drop: false }` [INFO] [stdout] 985201e4b5d50e56332a31f71cd74c65494b2b1f04270a11540f26d95cb1fb66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d1bcaddd652e29bb565372d3bac38a521a61deab6845032e61cd7ff9aa62c7c [INFO] running `Command { std: "docker" "start" "-a" "4d1bcaddd652e29bb565372d3bac38a521a61deab6845032e61cd7ff9aa62c7c", kill_on_drop: false }` [INFO] [stderr] Compiling piqo v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s [INFO] running `Command { std: "docker" "inspect" "4d1bcaddd652e29bb565372d3bac38a521a61deab6845032e61cd7ff9aa62c7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d1bcaddd652e29bb565372d3bac38a521a61deab6845032e61cd7ff9aa62c7c", kill_on_drop: false }` [INFO] [stdout] 4d1bcaddd652e29bb565372d3bac38a521a61deab6845032e61cd7ff9aa62c7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3c7265e083f7fb9313820f41245c4caac69d042c4c9502ef559b427ad8d52f90 [INFO] running `Command { std: "docker" "start" "-a" "3c7265e083f7fb9313820f41245c4caac69d042c4c9502ef559b427ad8d52f90", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/piqo-f025981b14ba3a58) [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" "3c7265e083f7fb9313820f41245c4caac69d042c4c9502ef559b427ad8d52f90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c7265e083f7fb9313820f41245c4caac69d042c4c9502ef559b427ad8d52f90", kill_on_drop: false }` [INFO] [stdout] 3c7265e083f7fb9313820f41245c4caac69d042c4c9502ef559b427ad8d52f90