[INFO] cloning repository https://github.com/alekseyBatuhtin/iron-gcd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alekseyBatuhtin/iron-gcd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FalekseyBatuhtin%2Firon-gcd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FalekseyBatuhtin%2Firon-gcd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 531e97724b679bfb7bb288a39f85764d4fad8c18 [INFO] testing alekseyBatuhtin/iron-gcd against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FalekseyBatuhtin%2Firon-gcd" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alekseyBatuhtin/iron-gcd on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alekseyBatuhtin/iron-gcd [INFO] finished tweaking git repo https://github.com/alekseyBatuhtin/iron-gcd [INFO] tweaked toml for git repo https://github.com/alekseyBatuhtin/iron-gcd written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/alekseyBatuhtin/iron-gcd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6019d30ee03254e01264447ec2330217988ee42c0aaf0e85ef5c8aaeafc5d7f2 [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" "6019d30ee03254e01264447ec2330217988ee42c0aaf0e85ef5c8aaeafc5d7f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6019d30ee03254e01264447ec2330217988ee42c0aaf0e85ef5c8aaeafc5d7f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6019d30ee03254e01264447ec2330217988ee42c0aaf0e85ef5c8aaeafc5d7f2", kill_on_drop: false }` [INFO] [stdout] 6019d30ee03254e01264447ec2330217988ee42c0aaf0e85ef5c8aaeafc5d7f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d506ec890dad858e64b94dccc319817e16bd8f82d7c39056f4378c18589fefe6 [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" "d506ec890dad858e64b94dccc319817e16bd8f82d7c39056f4378c18589fefe6", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling route-recognizer v0.1.12 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling error v0.1.9 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling persistent v0.3.0 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling bodyparser v0.5.0 [INFO] [stderr] Compiling urlencoded v0.5.0 [INFO] [stderr] Compiling iron-gcd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.01s [INFO] running `Command { std: "docker" "inspect" "d506ec890dad858e64b94dccc319817e16bd8f82d7c39056f4378c18589fefe6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d506ec890dad858e64b94dccc319817e16bd8f82d7c39056f4378c18589fefe6", kill_on_drop: false }` [INFO] [stdout] d506ec890dad858e64b94dccc319817e16bd8f82d7c39056f4378c18589fefe6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcbeed9c05fdd4fc216b19357b76fa561ea53a57c3dc7248b94a9dc9bdae614e [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" "dcbeed9c05fdd4fc216b19357b76fa561ea53a57c3dc7248b94a9dc9bdae614e", kill_on_drop: false }` [INFO] [stderr] Compiling iron-gcd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "dcbeed9c05fdd4fc216b19357b76fa561ea53a57c3dc7248b94a9dc9bdae614e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcbeed9c05fdd4fc216b19357b76fa561ea53a57c3dc7248b94a9dc9bdae614e", kill_on_drop: false }` [INFO] [stdout] dcbeed9c05fdd4fc216b19357b76fa561ea53a57c3dc7248b94a9dc9bdae614e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 722fde3eee52a10a0cbb40b4ea2c07342304f99b97c288f2f2cd97f3c0a9a8b7 [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" "722fde3eee52a10a0cbb40b4ea2c07342304f99b97c288f2f2cd97f3c0a9a8b7", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/iron_gcd-bc6f0467d50a15bc [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" "722fde3eee52a10a0cbb40b4ea2c07342304f99b97c288f2f2cd97f3c0a9a8b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "722fde3eee52a10a0cbb40b4ea2c07342304f99b97c288f2f2cd97f3c0a9a8b7", kill_on_drop: false }` [INFO] [stdout] 722fde3eee52a10a0cbb40b4ea2c07342304f99b97c288f2f2cd97f3c0a9a8b7