[INFO] cloning repository https://github.com/lyqingye/iavl-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lyqingye/iavl-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flyqingye%2Fiavl-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flyqingye%2Fiavl-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 733719138458acbfc89b5e8e7e726b2a8483b765 [INFO] testing lyqingye/iavl-rs against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flyqingye%2Fiavl-rs" "/workspace/builds/worker-27/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-27/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lyqingye/iavl-rs on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lyqingye/iavl-rs [INFO] finished tweaking git repo https://github.com/lyqingye/iavl-rs [INFO] tweaked toml for git repo https://github.com/lyqingye/iavl-rs written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate git repo https://github.com/lyqingye/iavl-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rocksdb v0.18.0 [INFO] [stderr] Downloaded librocksdb-sys v0.6.1+6.28.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93e8356ed3985e003652161e2e5ecad46e1856d7a992b1f3c70b1bb111dc5030 [INFO] running `Command { std: "docker" "start" "-a" "93e8356ed3985e003652161e2e5ecad46e1856d7a992b1f3c70b1bb111dc5030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93e8356ed3985e003652161e2e5ecad46e1856d7a992b1f3c70b1bb111dc5030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93e8356ed3985e003652161e2e5ecad46e1856d7a992b1f3c70b1bb111dc5030", kill_on_drop: false }` [INFO] [stdout] 93e8356ed3985e003652161e2e5ecad46e1856d7a992b1f3c70b1bb111dc5030 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cee525d6e68f0c1ba9a392c6a7de4adfb51c1fdb8037f067e88cc3ead400dc4c [INFO] running `Command { std: "docker" "start" "-a" "cee525d6e68f0c1ba9a392c6a7de4adfb51c1fdb8037f067e88cc3ead400dc4c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bindgen v0.59.2 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling syn v1.0.89 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling clang-sys v1.3.1 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling quote v1.0.16 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.3 [INFO] [stderr] Compiling libz-sys v1.1.5 [INFO] [stderr] Compiling zstd-sys v1.6.3+zstd.1.5.2 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling librocksdb-sys v0.6.1+6.28.2 [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "cee525d6e68f0c1ba9a392c6a7de4adfb51c1fdb8037f067e88cc3ead400dc4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cee525d6e68f0c1ba9a392c6a7de4adfb51c1fdb8037f067e88cc3ead400dc4c", kill_on_drop: false }` [INFO] [stdout] cee525d6e68f0c1ba9a392c6a7de4adfb51c1fdb8037f067e88cc3ead400dc4c