[INFO] cloning repository https://github.com/borh/vibrato-pipe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/borh/vibrato-pipe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fborh%2Fvibrato-pipe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fborh%2Fvibrato-pipe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bba6d7cc90ab4c501c23563e51f26d1e1d384573
[INFO] checking borh/vibrato-pipe against master#fce0e74720d199eb7839fdb51af35ac5226da178 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fborh%2Fvibrato-pipe" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/borh/vibrato-pipe
[INFO] finished tweaking git repo https://github.com/borh/vibrato-pipe
[INFO] tweaked toml for git repo https://github.com/borh/vibrato-pipe written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/borh/vibrato-pipe on toolchain fce0e74720d199eb7839fdb51af35ac5226da178
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/borh/vibrato-pipe 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" "+fce0e74720d199eb7839fdb51af35ac5226da178" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vibrato v0.5.1
[INFO] [stderr]   Downloaded crawdad v0.3.0
[INFO] [stderr]   Downloaded rucrf v0.3.2
[INFO] [stderr]   Downloaded argmin-math v0.2.1
[INFO] [stderr]   Downloaded argmin v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3ce29a85b59fd3b771c7ca5b6ee24e5255d5f21d8eb814b418d938d6ca41be46
[INFO] running `Command { std: "docker" "start" "-a" "3ce29a85b59fd3b771c7ca5b6ee24e5255d5f21d8eb814b418d938d6ca41be46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ce29a85b59fd3b771c7ca5b6ee24e5255d5f21d8eb814b418d938d6ca41be46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ce29a85b59fd3b771c7ca5b6ee24e5255d5f21d8eb814b418d938d6ca41be46", kill_on_drop: false }`
[INFO] [stdout] 3ce29a85b59fd3b771c7ca5b6ee24e5255d5f21d8eb814b418d938d6ca41be46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb41fe14f1c19465b5855871fa47a84cf4297ad4853443ef081aa88333de0d22
[INFO] running `Command { std: "docker" "start" "-a" "eb41fe14f1c19465b5855871fa47a84cf4297ad4853443ef081aa88333de0d22", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling virtue v0.0.13
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking anstyle-query v1.1.0
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]    Compiling zstd-safe v7.1.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]     Checking clap_lex v0.7.1
[INFO] [stderr]    Compiling bincode_derive v2.0.0-rc.3
[INFO] [stderr]     Checking either v1.12.0
[INFO] [stderr]     Checking crawdad v0.3.0
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking clap_builder v4.5.6
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking bincode v2.0.0-rc.3
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking slog-term v2.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling clap_derive v4.5.5
[INFO] [stderr]     Checking regex v1.10.5
[INFO] [stderr]     Checking clap v4.5.6
[INFO] [stderr]     Checking zstd v0.13.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking slog-json v2.6.1
[INFO] [stderr]     Checking argmin-math v0.2.1
[INFO] [stderr]     Checking argmin v0.7.0
[INFO] [stderr]     Checking rucrf v0.3.2
[INFO] [stderr]     Checking vibrato v0.5.1
[INFO] [stderr]     Checking vibrato-pipe v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.58s
[INFO] running `Command { std: "docker" "inspect" "eb41fe14f1c19465b5855871fa47a84cf4297ad4853443ef081aa88333de0d22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb41fe14f1c19465b5855871fa47a84cf4297ad4853443ef081aa88333de0d22", kill_on_drop: false }`
[INFO] [stdout] eb41fe14f1c19465b5855871fa47a84cf4297ad4853443ef081aa88333de0d22
