[INFO] cloning repository https://github.com/shekohex/wadump [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shekohex/wadump" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshekohex%2Fwadump", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshekohex%2Fwadump'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2ec33e6bceb99ccbcc80f60c42434aed6a60dea8 [INFO] checking shekohex/wadump against try#b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b for pr-82781 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshekohex%2Fwadump" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shekohex/wadump on toolchain b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/shekohex/wadump [INFO] finished tweaking git repo https://github.com/shekohex/wadump [INFO] tweaked toml for git repo https://github.com/shekohex/wadump written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/shekohex/wadump already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded secret-service v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6fbc4861f882033956539123127cbbb40a5e72757ba45ed6d8ab7bb0b609de90 [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" "6fbc4861f882033956539123127cbbb40a5e72757ba45ed6d8ab7bb0b609de90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6fbc4861f882033956539123127cbbb40a5e72757ba45ed6d8ab7bb0b609de90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fbc4861f882033956539123127cbbb40a5e72757ba45ed6d8ab7bb0b609de90", kill_on_drop: false }` [INFO] [stdout] 6fbc4861f882033956539123127cbbb40a5e72757ba45ed6d8ab7bb0b609de90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9e88e6b81e50807184e1f685f2014aa5abf7110771f2b27389f72cdef9e8bf86 [INFO] running `Command { std: "docker" "start" "-a" "9e88e6b81e50807184e1f685f2014aa5abf7110771f2b27389f72cdef9e8bf86", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.36 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Checking subtle v2.2.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling argh_shared v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling hashbrown v0.8.1 [INFO] [stderr] Compiling indexmap v1.5.0 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling generic-array v0.14.3 [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking dbus v0.2.3 [INFO] [stderr] Checking rpassword v4.0.5 [INFO] [stderr] Checking block-cipher-trait v0.6.2 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Checking sha2 v0.8.2 [INFO] [stderr] Checking hkdf v0.8.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking block-modes v0.3.3 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking aes v0.3.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking block-cipher v0.7.1 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking aes-soft v0.4.0 [INFO] [stderr] Checking block-modes v0.5.0 [INFO] [stderr] Checking hmac v0.8.1 [INFO] [stderr] Checking sha2 v0.9.1 [INFO] [stderr] Checking aes v0.4.0 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Checking num-integer v0.1.43 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking num-bigint v0.2.6 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Checking secret-service v1.1.0 [INFO] [stderr] Checking keyring v0.9.0 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling argh_derive v0.1.1 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking argh v0.1.3 [INFO] [stderr] Compiling prost v0.6.1 [INFO] [stderr] Compiling prost-types v0.6.1 [INFO] [stderr] Compiling wa v0.1.0 (/opt/rustwide/workdir/wa) [INFO] [stderr] Checking wadump v0.1.0 (/opt/rustwide/workdir/bin/wadump) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `Command { std: "docker" "inspect" "9e88e6b81e50807184e1f685f2014aa5abf7110771f2b27389f72cdef9e8bf86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e88e6b81e50807184e1f685f2014aa5abf7110771f2b27389f72cdef9e8bf86", kill_on_drop: false }` [INFO] [stdout] 9e88e6b81e50807184e1f685f2014aa5abf7110771f2b27389f72cdef9e8bf86