[INFO] cloning repository https://github.com/shadowmax31/herd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shadowmax31/herd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshadowmax31%2Fherd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshadowmax31%2Fherd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fec67db3653d7aa2982a3e0bbe4de27fd34d5425 [INFO] checking shadowmax31/herd against master#fe55364329579d361b1ab565728bc033a7dba07e for pr-146013 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshadowmax31%2Fherd" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/shadowmax31/herd [INFO] finished tweaking git repo https://github.com/shadowmax31/herd [INFO] tweaked toml for git repo https://github.com/shadowmax31/herd written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/shadowmax31/herd on toolchain fe55364329579d361b1ab565728bc033a7dba07e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fe55364329579d361b1ab565728bc033a7dba07e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/shadowmax31/herd 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" "+fe55364329579d361b1ab565728bc033a7dba07e" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded time v0.3.38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+fe55364329579d361b1ab565728bc033a7dba07e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51fcb854f13401d44ee485bbf4288cb0f8f0500267a966f5ab4245232f499728 [INFO] running `Command { std: "docker" "start" "-a" "51fcb854f13401d44ee485bbf4288cb0f8f0500267a966f5ab4245232f499728", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51fcb854f13401d44ee485bbf4288cb0f8f0500267a966f5ab4245232f499728", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51fcb854f13401d44ee485bbf4288cb0f8f0500267a966f5ab4245232f499728", kill_on_drop: false }` [INFO] [stdout] 51fcb854f13401d44ee485bbf4288cb0f8f0500267a966f5ab4245232f499728 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+fe55364329579d361b1ab565728bc033a7dba07e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad5474e8e980cf2889e28986daad682b96b778dc078648985ce48c017c2f5b87 [INFO] running `Command { std: "docker" "start" "-a" "ad5474e8e980cf2889e28986daad682b96b778dc078648985ce48c017c2f5b87", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Checking foldhash v0.1.4 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling time-core v0.1.3 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking winnow v0.7.3 [INFO] [stderr] Compiling cc v1.2.15 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling time-macros v0.2.20 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Checking clap_builder v4.5.31 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking log v0.4.26 [INFO] [stderr] Checking indexmap v2.7.1 [INFO] [stderr] Checking hashlink v0.10.0 [INFO] [stderr] Compiling quote v1.0.39 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking iana-time-zone v0.1.61 [INFO] [stderr] Compiling syn v2.0.99 [INFO] [stderr] Checking chrono v0.4.40 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Compiling libsqlite3-sys v0.31.0 [INFO] [stderr] Checking time v0.3.38 [INFO] [stderr] Checking simplelog v0.12.2 [INFO] [stderr] error: could not compile `simplelog` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] could not execute process `/opt/rustwide/rustup-home/toolchains/fe55364329579d361b1ab565728bc033a7dba07e/bin/rustc --crate-name simplelog --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/simplelog-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="local-offset"' --cfg 'feature="termcolor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "default", "local-offset", "paris", "termcolor", "test"))' -C metadata=5cf12d2b6016216b -C extra-filename=-ee693791e9eb5deb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-03ac7a26a9796e91.rmeta --extern termcolor=/opt/rustwide/target/debug/deps/libtermcolor-3163ee63a16b7335.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-c39d8a8965a507ef.rmeta --cap-lints allow --cap-lints=forbid` (never executed) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No such file or directory (os error 2) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ad5474e8e980cf2889e28986daad682b96b778dc078648985ce48c017c2f5b87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad5474e8e980cf2889e28986daad682b96b778dc078648985ce48c017c2f5b87", kill_on_drop: false }` [INFO] [stdout] ad5474e8e980cf2889e28986daad682b96b778dc078648985ce48c017c2f5b87