[INFO] cloning repository https://github.com/rusty-snake/hexbot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rusty-snake/hexbot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frusty-snake%2Fhexbot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frusty-snake%2Fhexbot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fd1a4bc9e30bf80c1f0956be10f814cfe1c3a595 [INFO] testing rusty-snake/hexbot against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frusty-snake%2Fhexbot" "/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/rusty-snake/hexbot on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rusty-snake/hexbot [INFO] finished tweaking git repo https://github.com/rusty-snake/hexbot [INFO] tweaked toml for git repo https://github.com/rusty-snake/hexbot written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/rusty-snake/hexbot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b0371a10766dd8e90253d263f6108cc4543cd74ce9809cf9bce77498559a2d8 [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" "4b0371a10766dd8e90253d263f6108cc4543cd74ce9809cf9bce77498559a2d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b0371a10766dd8e90253d263f6108cc4543cd74ce9809cf9bce77498559a2d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b0371a10766dd8e90253d263f6108cc4543cd74ce9809cf9bce77498559a2d8", kill_on_drop: false }` [INFO] [stdout] 4b0371a10766dd8e90253d263f6108cc4543cd74ce9809cf9bce77498559a2d8 [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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a84fcca9a43e1a7d12afeebf9b3e2ede265ae767aef4d0db98000b29c1289463 [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" "a84fcca9a43e1a7d12afeebf9b3e2ede265ae767aef4d0db98000b29c1289463", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling tint v1.0.1 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling ring v0.16.12 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling webpki v0.21.2 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling ct-logs v0.6.0 [INFO] [stderr] Compiling rustls v0.17.0 [INFO] [stderr] Compiling webpki-roots v0.18.0 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling pin-project-internal v0.4.9 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling rustls-native-certs v0.3.0 [INFO] [stderr] Compiling tokio v0.2.18 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling pin-project v0.4.9 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.13.0 [INFO] [stderr] Compiling h2 v0.2.4 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling hyper v0.13.5 [INFO] [stderr] Compiling hyper-rustls v0.20.0 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling reqwest v0.10.4 [INFO] [stderr] Compiling hexbot v0.0.12 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 18s [INFO] running `Command { std: "docker" "inspect" "a84fcca9a43e1a7d12afeebf9b3e2ede265ae767aef4d0db98000b29c1289463", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a84fcca9a43e1a7d12afeebf9b3e2ede265ae767aef4d0db98000b29c1289463", kill_on_drop: false }` [INFO] [stdout] a84fcca9a43e1a7d12afeebf9b3e2ede265ae767aef4d0db98000b29c1289463 [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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--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] b699cfa8addd9b820f693d38b97d71298705d7d504356252879454c8669eedcf [INFO] running `Command { std: "docker" "start" "-a" "b699cfa8addd9b820f693d38b97d71298705d7d504356252879454c8669eedcf", kill_on_drop: false }` [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling hexbot v0.0.12 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.57s [INFO] running `Command { std: "docker" "inspect" "b699cfa8addd9b820f693d38b97d71298705d7d504356252879454c8669eedcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b699cfa8addd9b820f693d38b97d71298705d7d504356252879454c8669eedcf", kill_on_drop: false }` [INFO] [stdout] b699cfa8addd9b820f693d38b97d71298705d7d504356252879454c8669eedcf [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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0f4eba257c0f4503f00a667b3a5c5d357389bd02cb3d11d06897db1cd0078e21 [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" "0f4eba257c0f4503f00a667b3a5c5d357389bd02cb3d11d06897db1cd0078e21", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hexbot-24420d96a08f6328) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hexbot-2da89089bcb30258) [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; finished in 0.00s [INFO] [stdout] [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests hexbot [INFO] [stdout] [INFO] [stdout] running 52 tests [INFO] [stdout] test src/hexbot/count.rs - hexbot::count::Count (line 27) ... ok [INFO] [stdout] test src/hexbot/dot.rs - hexbot::dot::Dot (line 29) ... ok [INFO] [stdout] test src/hexbot/coordinates.rs - hexbot::coordinates::Coordinates (line 29) ... ok [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name hexbot --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps -L native=/opt/rustwide/target/debug/build/ring-529ec8c17c7e0b7e/out --extern futures=/opt/rustwide/target/debug/deps/libfutures-448cdbc5d3f4f178.rlib --extern hexbot=/opt/rustwide/target/debug/deps/libhexbot-780f8b4f6ba399ef.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-c85ed1f31eac2646.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-3e600e849e81ce9f.rlib --extern tint=/opt/rustwide/target/debug/deps/libtint-5514917a7df023ab.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-f7e6947631f5738c.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "0f4eba257c0f4503f00a667b3a5c5d357389bd02cb3d11d06897db1cd0078e21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f4eba257c0f4503f00a667b3a5c5d357389bd02cb3d11d06897db1cd0078e21", kill_on_drop: false }` [INFO] [stdout] 0f4eba257c0f4503f00a667b3a5c5d357389bd02cb3d11d06897db1cd0078e21