[INFO] cloning repository https://github.com/zDevelopers/UHCR-Reports [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zDevelopers/UHCR-Reports" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FzDevelopers%2FUHCR-Reports", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FzDevelopers%2FUHCR-Reports'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4ce95d6d52a0b74920e16bcdf320405bbb9d5bd4 [INFO] testing zDevelopers/UHCR-Reports against master#5d5ff84130da0d74c6ece368dbe821d8f83fa526 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FzDevelopers%2FUHCR-Reports" "/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/zDevelopers/UHCR-Reports 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/zDevelopers/UHCR-Reports [INFO] finished tweaking git repo https://github.com/zDevelopers/UHCR-Reports [INFO] tweaked toml for git repo https://github.com/zDevelopers/UHCR-Reports written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/zDevelopers/UHCR-Reports 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] [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 573e6b61aa7bad981b797c1284e15fac4c4dfc3957e7915364a022b096677c09 [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" "573e6b61aa7bad981b797c1284e15fac4c4dfc3957e7915364a022b096677c09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "573e6b61aa7bad981b797c1284e15fac4c4dfc3957e7915364a022b096677c09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "573e6b61aa7bad981b797c1284e15fac4c4dfc3957e7915364a022b096677c09", kill_on_drop: false }` [INFO] [stdout] 573e6b61aa7bad981b797c1284e15fac4c4dfc3957e7915364a022b096677c09 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 970a259bf236a07183bccb3121f9a33895389b12268a71ce14dbbcb8d6060e29 [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" "970a259bf236a07183bccb3121f9a33895389b12268a71ce14dbbcb8d6060e29", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling cc v1.0.48 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling pyo3 v0.12.4 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling roman v0.1.6 [INFO] [stderr] Compiling strum v0.20.0 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling terminal_size v0.1.15 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling console v0.12.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling paste v0.1.18 [INFO] [stderr] Compiling globset v0.4.6 [INFO] [stderr] Compiling ignore v0.4.17 [INFO] [stderr] Compiling globwalk v0.8.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling pyo3-derive-backend v0.12.4 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling ctor v0.1.12 [INFO] [stderr] Compiling ghost v0.1.1 [INFO] [stderr] Compiling indoc-impl v0.3.6 [INFO] [stderr] Compiling inventory-impl v0.1.4 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling indoc v0.3.6 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling inventory v0.1.4 [INFO] [stderr] Compiling pyo3cls v0.12.4 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling serde_yaml v0.8.14 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling insta v1.3.0 [INFO] [stderr] Compiling hawk v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 41s [INFO] running `Command { std: "docker" "inspect" "970a259bf236a07183bccb3121f9a33895389b12268a71ce14dbbcb8d6060e29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "970a259bf236a07183bccb3121f9a33895389b12268a71ce14dbbcb8d6060e29", kill_on_drop: false }` [INFO] [stdout] 970a259bf236a07183bccb3121f9a33895389b12268a71ce14dbbcb8d6060e29 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "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] 00f75a1bdd3491300f3d367c1f3dd46cef86c5f71bfb508a978fec18ef7ac743 [INFO] running `Command { std: "docker" "start" "-a" "00f75a1bdd3491300f3d367c1f3dd46cef86c5f71bfb508a978fec18ef7ac743", kill_on_drop: false }` [INFO] [stderr] Compiling hawk v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 16.03s [INFO] running `Command { std: "docker" "inspect" "00f75a1bdd3491300f3d367c1f3dd46cef86c5f71bfb508a978fec18ef7ac743", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00f75a1bdd3491300f3d367c1f3dd46cef86c5f71bfb508a978fec18ef7ac743", kill_on_drop: false }` [INFO] [stdout] 00f75a1bdd3491300f3d367c1f3dd46cef86c5f71bfb508a978fec18ef7ac743 [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+5d5ff84130da0d74c6ece368dbe821d8f83fa526" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 07e442d6aacca50ef4162fa88d959117f73f670cfd757e73d5234e696d1e17b6 [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" "07e442d6aacca50ef4162fa88d959117f73f670cfd757e73d5234e696d1e17b6", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/hawk_processing-9aef4f08958f1914 [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test minecraft::tests::both_colors_and_formatters ... ok [INFO] [stdout] test minecraft::tests::colors_resets_formatters ... ok [INFO] [stdout] test minecraft::tests::not_a_formatter ... ok [INFO] [stdout] test minecraft::tests::colors_only ... ok [INFO] [stdout] test minecraft::tests::reset ... ok [INFO] [stdout] test minecraft::tests::non_existing_color_codes ... ok [INFO] [stdout] test minecraft::tests::existing_and_non_existing_color_codes ... ok [INFO] [stdout] test minecraft::tests::existing_color_codes ... ok [INFO] [stdout] test minecraft::tests::formatters_only ... ok [INFO] [stdout] test report::test::test_broken_player_reference_should_fail ... ok [INFO] [stdout] test report::test::test_generator ... ok [INFO] [stdout] test report::test::test_minecraft_version ... ok [INFO] [stdout] test report::test::test_empty_report ... ok [INFO] [stdout] test report::test::test_generator_without_name ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "07e442d6aacca50ef4162fa88d959117f73f670cfd757e73d5234e696d1e17b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07e442d6aacca50ef4162fa88d959117f73f670cfd757e73d5234e696d1e17b6", kill_on_drop: false }` [INFO] [stdout] 07e442d6aacca50ef4162fa88d959117f73f670cfd757e73d5234e696d1e17b6