[INFO] cloning repository https://github.com/petabi/reproduce [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/petabi/reproduce" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetabi%2Freproduce", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetabi%2Freproduce'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3ff448c8302e7cdcaf8eaa6e6b28d4ff6566b357 [INFO] checking petabi/reproduce against try#32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d for pr-83312 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetabi%2Freproduce" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/petabi/reproduce on toolchain 32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/petabi/reproduce [INFO] finished tweaking git repo https://github.com/petabi/reproduce [INFO] tweaked toml for git repo https://github.com/petabi/reproduce written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/petabi/reproduce already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "fetch" "--locked" "--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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b4909f9ef53c79cfd580eee711d3931d869ceb1bc77566c3e080592307bebaa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5b4909f9ef53c79cfd580eee711d3931d869ceb1bc77566c3e080592307bebaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b4909f9ef53c79cfd580eee711d3931d869ceb1bc77566c3e080592307bebaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b4909f9ef53c79cfd580eee711d3931d869ceb1bc77566c3e080592307bebaa", kill_on_drop: false }` [INFO] [stdout] 5b4909f9ef53c79cfd580eee711d3931d869ceb1bc77566c3e080592307bebaa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 878f50fd2de46dbadcfa57981138b0ab25b5136a46d2aa01199dea89af2ecb49 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "878f50fd2de46dbadcfa57981138b0ab25b5136a46d2aa01199dea89af2ecb49", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.39 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking cookie-factory v0.3.2 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking foreign-types-shared v0.3.0 [INFO] [stderr] Checking ref_slice v1.2.0 [INFO] [stderr] Checking circular v0.3.0 [INFO] [stderr] Checking regex-syntax v0.6.23 [INFO] [stderr] Checking bytesize v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Checking semver-parser v0.10.2 [INFO] [stderr] Checking getrandom v0.1.16 [INFO] [stderr] Checking term_size v0.3.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking malloc_buf v1.0.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking bitvec v0.19.5 [INFO] [stderr] Checking lexical-core v0.7.5 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling openssl-src v111.15.0+1.1.1k [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking semver v0.11.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking backtrace v0.3.56 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking rmp v0.8.10 [INFO] [stderr] Compiling hyperscan-sys v0.2.1 [INFO] [stderr] Checking twox-hash v1.6.0 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking regex v1.4.5 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Checking rusticata-macros v3.0.1 [INFO] [stderr] Compiling foreign-types-macros v0.2.1 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling derive_more v0.99.13 [INFO] [stderr] Checking pcap-parser v0.10.1 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking foreign-types v0.5.0 [INFO] [stderr] Checking hyperscan v0.2.1 [INFO] [stderr] Checking rmp-serde v0.15.4 [INFO] [stderr] Checking serde_bytes v0.11.5 [INFO] [stderr] Checking kafka v0.8.0 [INFO] [stderr] Checking eventio v0.5.1 [INFO] [stderr] Checking eventlib v0.9.10 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 59s [INFO] running `Command { std: "docker" "inspect" "878f50fd2de46dbadcfa57981138b0ab25b5136a46d2aa01199dea89af2ecb49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "878f50fd2de46dbadcfa57981138b0ab25b5136a46d2aa01199dea89af2ecb49", kill_on_drop: false }` [INFO] [stdout] 878f50fd2de46dbadcfa57981138b0ab25b5136a46d2aa01199dea89af2ecb49