[INFO] cloning repository https://github.com/shunf4/myinit-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shunf4/myinit-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshunf4%2Fmyinit-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshunf4%2Fmyinit-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 01d46ee02079b1e81735d5bb8f83ac1cf312b0ba [INFO] testing shunf4/myinit-rust against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshunf4%2Fmyinit-rust" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shunf4/myinit-rust on toolchain 5d5ff84130da0d74c6ece368dbe821d8f83fa526 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/shunf4/myinit-rust [INFO] finished tweaking git repo https://github.com/shunf4/myinit-rust [INFO] tweaked toml for git repo https://github.com/shunf4/myinit-rust written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/shunf4/myinit-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4decea9132ee3c3a36304f941dd184c9e356a739e521b40f2d0abf1bf0da8d83 [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" "4decea9132ee3c3a36304f941dd184c9e356a739e521b40f2d0abf1bf0da8d83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4decea9132ee3c3a36304f941dd184c9e356a739e521b40f2d0abf1bf0da8d83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4decea9132ee3c3a36304f941dd184c9e356a739e521b40f2d0abf1bf0da8d83", kill_on_drop: false }` [INFO] [stdout] 4decea9132ee3c3a36304f941dd184c9e356a739e521b40f2d0abf1bf0da8d83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07370efdb28f00d74129ec3eafaa36c5ae0144313896baf2f367a7b90851351c [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" "07370efdb28f00d74129ec3eafaa36c5ae0144313896baf2f367a7b90851351c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling slash-formatter v2.2.6 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling simple-error v0.2.2 [INFO] [stderr] Compiling file_diff v1.0.0 [INFO] [stderr] Compiling path-dedot v1.2.4 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling miniz_oxide v0.4.0 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling unicode_reader v1.0.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling path-absolutize v1.2.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling terminal_size v0.1.13 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.12 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling flate2 v1.0.16 [INFO] [stderr] Compiling users v0.10.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling console v0.11.3 [INFO] [stderr] Compiling console v0.12.0 [INFO] [stderr] Compiling tar v0.4.29 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling cc v1.0.59 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling signal-hook v0.1.16 [INFO] [stderr] Compiling libz-sys v1.1.0 [INFO] [stderr] Compiling libgit2-sys v0.12.12+1.0.1 [INFO] [stderr] Compiling crossterm v0.16.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling dialoguer v0.6.2 [INFO] [stderr] Compiling colour v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling git2 v0.13.10 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling erased-serde v0.3.12 [INFO] [stderr] Compiling serde_yaml v0.8.13 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling derive-enum-error v0.0.1 [INFO] [stderr] Compiling cargo-lock v4.0.1 [INFO] [stderr] Compiling validator v0.10.1 [INFO] [stderr] Compiling dynfmt v0.1.4 [INFO] [stderr] Compiling validator_derive v0.10.1 [INFO] [stderr] Compiling built v0.4.3 [INFO] [stderr] Compiling myinit-rust v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 52s [INFO] running `Command { std: "docker" "inspect" "07370efdb28f00d74129ec3eafaa36c5ae0144313896baf2f367a7b90851351c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07370efdb28f00d74129ec3eafaa36c5ae0144313896baf2f367a7b90851351c", kill_on_drop: false }` [INFO] [stdout] 07370efdb28f00d74129ec3eafaa36c5ae0144313896baf2f367a7b90851351c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 810b19938b49637cfb35871e0c33826ab1fc6e0eb2e0616711ccc828599ccb54 [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" "810b19938b49637cfb35871e0c33826ab1fc6e0eb2e0616711ccc828599ccb54", kill_on_drop: false }` [INFO] [stderr] Compiling myinit-rust v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.28s [INFO] running `Command { std: "docker" "inspect" "810b19938b49637cfb35871e0c33826ab1fc6e0eb2e0616711ccc828599ccb54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "810b19938b49637cfb35871e0c33826ab1fc6e0eb2e0616711ccc828599ccb54", kill_on_drop: false }` [INFO] [stdout] 810b19938b49637cfb35871e0c33826ab1fc6e0eb2e0616711ccc828599ccb54 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ba4f756be295f7896c58537b6bcc85cd2a80afd7f32fd7540680a0d3468b06d4 [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" "ba4f756be295f7896c58537b6bcc85cd2a80afd7f32fd7540680a0d3468b06d4", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/myinit_rust-51054e150651c495 [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" "ba4f756be295f7896c58537b6bcc85cd2a80afd7f32fd7540680a0d3468b06d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba4f756be295f7896c58537b6bcc85cd2a80afd7f32fd7540680a0d3468b06d4", kill_on_drop: false }` [INFO] [stdout] ba4f756be295f7896c58537b6bcc85cd2a80afd7f32fd7540680a0d3468b06d4