[INFO] cloning repository https://github.com/wwalexander/trip [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wwalexander/trip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwwalexander%2Ftrip", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwwalexander%2Ftrip'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b3f8eef77dbc1ce9fb621b6b4b5812a5e006bad6 [INFO] testing wwalexander/trip against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwwalexander%2Ftrip" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wwalexander/trip 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/wwalexander/trip [INFO] finished tweaking git repo https://github.com/wwalexander/trip [INFO] tweaked toml for git repo https://github.com/wwalexander/trip written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/wwalexander/trip 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", 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] 06f918fdf0889b4d588318e1b68936d033cb23cc8aed39ba9014c338d05a8a0b [INFO] running `Command { std: "docker" "start" "-a" "06f918fdf0889b4d588318e1b68936d033cb23cc8aed39ba9014c338d05a8a0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06f918fdf0889b4d588318e1b68936d033cb23cc8aed39ba9014c338d05a8a0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06f918fdf0889b4d588318e1b68936d033cb23cc8aed39ba9014c338d05a8a0b", kill_on_drop: false }` [INFO] [stdout] 06f918fdf0889b4d588318e1b68936d033cb23cc8aed39ba9014c338d05a8a0b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "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] 0e833640178dab6a5513170ae7d7887e46e22240a140e76674d6da96a54af01c [INFO] running `Command { std: "docker" "start" "-a" "0e833640178dab6a5513170ae7d7887e46e22240a140e76674d6da96a54af01c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling rand_core v0.1.0-pre.0 [INFO] [stderr] Compiling rand v0.5.0-pre.0 (https://github.com/rust-lang-nursery/rand?tag=0.5.0-pre.0#bf9c5b2f) [INFO] [stderr] Compiling trip v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.88s [INFO] running `Command { std: "docker" "inspect" "0e833640178dab6a5513170ae7d7887e46e22240a140e76674d6da96a54af01c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e833640178dab6a5513170ae7d7887e46e22240a140e76674d6da96a54af01c", kill_on_drop: false }` [INFO] [stdout] 0e833640178dab6a5513170ae7d7887e46e22240a140e76674d6da96a54af01c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c5c6b4dea59d217f4124dcc4e1f48831f224e49b8370f83626d316dfc1f71a6 [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" "3c5c6b4dea59d217f4124dcc4e1f48831f224e49b8370f83626d316dfc1f71a6", kill_on_drop: false }` [INFO] [stderr] Compiling trip v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `Command { std: "docker" "inspect" "3c5c6b4dea59d217f4124dcc4e1f48831f224e49b8370f83626d316dfc1f71a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c5c6b4dea59d217f4124dcc4e1f48831f224e49b8370f83626d316dfc1f71a6", kill_on_drop: false }` [INFO] [stdout] 3c5c6b4dea59d217f4124dcc4e1f48831f224e49b8370f83626d316dfc1f71a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 66a11927714fcf7f3791d3edbd073ad0a6f145b4dfe6e9e2b2682c1b21531560 [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" "66a11927714fcf7f3791d3edbd073ad0a6f145b4dfe6e9e2b2682c1b21531560", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] running 2 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/trip-ff4745d0004c17a0 [INFO] [stdout] test tests::bench_rand_passwd ... ok [INFO] [stdout] test trip::tests::bench_trip ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "66a11927714fcf7f3791d3edbd073ad0a6f145b4dfe6e9e2b2682c1b21531560", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66a11927714fcf7f3791d3edbd073ad0a6f145b4dfe6e9e2b2682c1b21531560", kill_on_drop: false }` [INFO] [stdout] 66a11927714fcf7f3791d3edbd073ad0a6f145b4dfe6e9e2b2682c1b21531560