[INFO] cloning repository https://github.com/AS207960/geoip [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AS207960/geoip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAS207960%2Fgeoip", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAS207960%2Fgeoip'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bbef66d18d2c2da9288039b88c19687f0ac90e74 [INFO] testing AS207960/geoip against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAS207960%2Fgeoip" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AS207960/geoip on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AS207960/geoip [INFO] finished tweaking git repo https://github.com/AS207960/geoip [INFO] tweaked toml for git repo https://github.com/AS207960/geoip written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/AS207960/geoip already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d10f8a3fecc9da92f3ad6e89233dd1526bf82b9b4d3968d69f198c617a5074e [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" "5d10f8a3fecc9da92f3ad6e89233dd1526bf82b9b4d3968d69f198c617a5074e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d10f8a3fecc9da92f3ad6e89233dd1526bf82b9b4d3968d69f198c617a5074e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d10f8a3fecc9da92f3ad6e89233dd1526bf82b9b4d3968d69f198c617a5074e", kill_on_drop: false }` [INFO] [stdout] 5d10f8a3fecc9da92f3ad6e89233dd1526bf82b9b4d3968d69f198c617a5074e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe34cef7f4df926a1f2c827d4ad0a0e828c1c0c0a9f36120e6d4c88774435b01 [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" "fe34cef7f4df926a1f2c827d4ad0a0e828c1c0c0a9f36120e6d4c88774435b01", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Compiling cookie-factory v0.2.4 [INFO] [stderr] Compiling bytes v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling input_buffer v0.3.1 [INFO] [stderr] Compiling inotify-sys v0.1.4 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling notify v4.0.15 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling prost-derive v0.7.0 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling which v4.0.2 [INFO] [stderr] Compiling prost-build v0.7.0 [INFO] [stderr] Compiling prost v0.7.0 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling prost-types v0.7.0 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling as207960_geoip v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling maxminddb v0.17.0 [INFO] [stderr] Compiling cargo-lock v4.0.1 [INFO] [stderr] Compiling amq-protocol-types v1.2.0 [INFO] [stderr] Compiling handlebars v1.1.0 [INFO] [stderr] Compiling built v0.4.4 [INFO] [stderr] Compiling amiquip v0.4.0 [INFO] [stderr] Compiling amq-protocol-codegen v1.4.0 [INFO] [stderr] Compiling amq-protocol v1.4.0 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 09s [INFO] running `Command { std: "docker" "inspect" "fe34cef7f4df926a1f2c827d4ad0a0e828c1c0c0a9f36120e6d4c88774435b01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe34cef7f4df926a1f2c827d4ad0a0e828c1c0c0a9f36120e6d4c88774435b01", kill_on_drop: false }` [INFO] [stdout] fe34cef7f4df926a1f2c827d4ad0a0e828c1c0c0a9f36120e6d4c88774435b01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a5d8483525e07a21ef71fa9d47cf1d4c25a12c16e1d920013535bf1cfd6a6ce8 [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" "a5d8483525e07a21ef71fa9d47cf1d4c25a12c16e1d920013535bf1cfd6a6ce8", kill_on_drop: false }` [INFO] [stderr] Compiling as207960_geoip v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `Command { std: "docker" "inspect" "a5d8483525e07a21ef71fa9d47cf1d4c25a12c16e1d920013535bf1cfd6a6ce8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5d8483525e07a21ef71fa9d47cf1d4c25a12c16e1d920013535bf1cfd6a6ce8", kill_on_drop: false }` [INFO] [stdout] a5d8483525e07a21ef71fa9d47cf1d4c25a12c16e1d920013535bf1cfd6a6ce8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", 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] 0707d59d47437ffe2630b16779f56b5336bead3d2bfac0de108d289644114aed [INFO] running `Command { std: "docker" "start" "-a" "0707d59d47437ffe2630b16779f56b5336bead3d2bfac0de108d289644114aed", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/as207960_geoip-2461b21b3a98de54 [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" "0707d59d47437ffe2630b16779f56b5336bead3d2bfac0de108d289644114aed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0707d59d47437ffe2630b16779f56b5336bead3d2bfac0de108d289644114aed", kill_on_drop: false }` [INFO] [stdout] 0707d59d47437ffe2630b16779f56b5336bead3d2bfac0de108d289644114aed