[INFO] cloning repository https://github.com/liamdawson/abg-code-algorithms [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liamdawson/abg-code-algorithms" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliamdawson%2Fabg-code-algorithms", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliamdawson%2Fabg-code-algorithms'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f58cd548968d5da79301e05284c11fc0056c308b [INFO] testing liamdawson/abg-code-algorithms against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliamdawson%2Fabg-code-algorithms" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/liamdawson/abg-code-algorithms 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/liamdawson/abg-code-algorithms [INFO] finished tweaking git repo https://github.com/liamdawson/abg-code-algorithms [INFO] tweaked toml for git repo https://github.com/liamdawson/abg-code-algorithms written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/liamdawson/abg-code-algorithms 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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] be3e2db9af755a938d25812eb390202192cfa6ee0c1ae16778594d1f6d9f3cd7 [INFO] running `Command { std: "docker" "start" "-a" "be3e2db9af755a938d25812eb390202192cfa6ee0c1ae16778594d1f6d9f3cd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be3e2db9af755a938d25812eb390202192cfa6ee0c1ae16778594d1f6d9f3cd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be3e2db9af755a938d25812eb390202192cfa6ee0c1ae16778594d1f6d9f3cd7", kill_on_drop: false }` [INFO] [stdout] be3e2db9af755a938d25812eb390202192cfa6ee0c1ae16778594d1f6d9f3cd7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 52c9e55e3b31d12930f5168d93227cbc42ff98e7cef7d7adce4e6be1c2c165c7 [INFO] running `Command { std: "docker" "start" "-a" "52c9e55e3b31d12930f5168d93227cbc42ff98e7cef7d7adce4e6be1c2c165c7", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling syn v1.0.71 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling abg-code-algorithms v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.48s [INFO] running `Command { std: "docker" "inspect" "52c9e55e3b31d12930f5168d93227cbc42ff98e7cef7d7adce4e6be1c2c165c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52c9e55e3b31d12930f5168d93227cbc42ff98e7cef7d7adce4e6be1c2c165c7", kill_on_drop: false }` [INFO] [stdout] 52c9e55e3b31d12930f5168d93227cbc42ff98e7cef7d7adce4e6be1c2c165c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] [stdout] a6e8c454adb19a7861384a61b7c27a3c2403016006d046be1e853756ce101581 [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" "a6e8c454adb19a7861384a61b7c27a3c2403016006d046be1e853756ce101581", kill_on_drop: false }` [INFO] [stderr] Compiling abg-code-algorithms v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "a6e8c454adb19a7861384a61b7c27a3c2403016006d046be1e853756ce101581", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6e8c454adb19a7861384a61b7c27a3c2403016006d046be1e853756ce101581", kill_on_drop: false }` [INFO] [stdout] a6e8c454adb19a7861384a61b7c27a3c2403016006d046be1e853756ce101581 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 4e91f4fe7c15fe9de41b409d96f43eb06f75bf7124614364baaa09ae94bc12e0 [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" "4e91f4fe7c15fe9de41b409d96f43eb06f75bf7124614364baaa09ae94bc12e0", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/abg_code_algorithms-710c3da0b3ce764d) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test reference::v2::tests::code_hqmt ... ok [INFO] [stdout] test reference::v2::tests::code_jfbl ... ok [INFO] [stdout] test reference::v2::tests::code_nmrx ... ok [INFO] [stdout] test reference::v2::tests::code_dtqh ... ok [INFO] [stdout] test reference::v3::tests::code_ivtii ... ok [INFO] [stdout] test reference::v2::tests::code_sdvz ... ok [INFO] [stdout] test reference::v3::tests::code_daard ... ok [INFO] [stdout] test reference::v3::tests::code_mudtc ... ok [INFO] [stdout] test reference::v3::tests::code_golem ... ok [INFO] [stdout] test reference::v3::tests::code_hnkub ... ok [INFO] [stdout] test reference::v3::tests::code_ocegf ... ok [INFO] [stdout] test reference::v3::tests::code_nchne ... ok [INFO] [stdout] test reference::v3::tests::code_clgvd ... ok [INFO] [stdout] test reference::v3::tests::code_rxtue ... ok [INFO] [stdout] test reference::v2::tests::code_cejt ... ok [INFO] [stdout] test reference::v2::tests::code_uhip ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/abg_code_algorithms-c17249f4c200a7f7) [INFO] [stdout] test reference::v2::tests::code_qwin ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 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 abg-code-algorithms [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] running `Command { std: "docker" "inspect" "4e91f4fe7c15fe9de41b409d96f43eb06f75bf7124614364baaa09ae94bc12e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e91f4fe7c15fe9de41b409d96f43eb06f75bf7124614364baaa09ae94bc12e0", kill_on_drop: false }` [INFO] [stdout] 4e91f4fe7c15fe9de41b409d96f43eb06f75bf7124614364baaa09ae94bc12e0