[INFO] updating cached repository https://github.com/jamiebuilds/muchtodo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a7dcc7f4b679cc674b0f318423a79a8ceb3c0354 [INFO] testing jamiebuilds/muchtodo against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamiebuilds%2Fmuchtodo" "/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/jamiebuilds/muchtodo on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jamiebuilds/muchtodo [INFO] finished tweaking git repo https://github.com/jamiebuilds/muchtodo [INFO] tweaked toml for git repo https://github.com/jamiebuilds/muchtodo written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/jamiebuilds/muchtodo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 942ca251b5120ee5649e78714b679d3577b3c882a77f6c9323e9c5f608eb0489 [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" "942ca251b5120ee5649e78714b679d3577b3c882a77f6c9323e9c5f608eb0489", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "942ca251b5120ee5649e78714b679d3577b3c882a77f6c9323e9c5f608eb0489", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "942ca251b5120ee5649e78714b679d3577b3c882a77f6c9323e9c5f608eb0489", kill_on_drop: false }` [INFO] [stdout] 942ca251b5120ee5649e78714b679d3577b3c882a77f6c9323e9c5f608eb0489 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--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] af1070a5ee94a7378c47dd5a9f50f98fe1d6d808730ad9cecc6f20459b20e651 [INFO] running `Command { std: "docker" "start" "-a" "af1070a5ee94a7378c47dd5a9f50f98fe1d6d808730ad9cecc6f20459b20e651", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.47 [INFO] [stderr] Compiling memchr v2.1.3 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.26 [INFO] [stderr] Compiling encoding_rs v0.8.14 [INFO] [stderr] Compiling serde v1.0.85 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling bytecount v0.3.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling crossbeam-utils v0.6.3 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling grep-matcher v0.1.1 [INFO] [stderr] Compiling encoding_rs_io v0.1.3 [INFO] [stderr] Compiling grep-searcher v0.1.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.6 [INFO] [stderr] Compiling globset v0.4.2 [INFO] [stderr] Compiling grep-regex v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.85 [INFO] [stderr] Compiling grep-cli v0.1.1 [INFO] [stderr] Compiling ignore v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.36 [INFO] [stderr] Compiling grep-printer v0.1.1 [INFO] [stderr] Compiling grep v0.2.3 [INFO] [stderr] Compiling muchtodo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `Command { std: "docker" "inspect" "af1070a5ee94a7378c47dd5a9f50f98fe1d6d808730ad9cecc6f20459b20e651", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af1070a5ee94a7378c47dd5a9f50f98fe1d6d808730ad9cecc6f20459b20e651", kill_on_drop: false }` [INFO] [stdout] af1070a5ee94a7378c47dd5a9f50f98fe1d6d808730ad9cecc6f20459b20e651 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed73277930544635443972119248b3c5b1a4b1015dfcb90338497cc617cad5df [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" "ed73277930544635443972119248b3c5b1a4b1015dfcb90338497cc617cad5df", kill_on_drop: false }` [INFO] [stderr] Compiling muchtodo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "ed73277930544635443972119248b3c5b1a4b1015dfcb90338497cc617cad5df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed73277930544635443972119248b3c5b1a4b1015dfcb90338497cc617cad5df", kill_on_drop: false }` [INFO] [stdout] ed73277930544635443972119248b3c5b1a4b1015dfcb90338497cc617cad5df [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a3c65b8a25fe1b70d571a7c4583a8055ff302d4c7313f1a9be171d5a20d32fd8 [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" "a3c65b8a25fe1b70d571a7c4583a8055ff302d4c7313f1a9be171d5a20d32fd8", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.78s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/muchtodo-75a8b7143f55efb8 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a3c65b8a25fe1b70d571a7c4583a8055ff302d4c7313f1a9be171d5a20d32fd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3c65b8a25fe1b70d571a7c4583a8055ff302d4c7313f1a9be171d5a20d32fd8", kill_on_drop: false }` [INFO] [stdout] a3c65b8a25fe1b70d571a7c4583a8055ff302d4c7313f1a9be171d5a20d32fd8