[INFO] cloning repository https://github.com/csharad/workie [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/csharad/workie" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcsharad%2Fworkie", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcsharad%2Fworkie'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e0ed754c34b0d5cb15b68f94bf9ca337c93bee31 [INFO] testing csharad/workie 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%2Fcsharad%2Fworkie" "/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/csharad/workie 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/csharad/workie [INFO] finished tweaking git repo https://github.com/csharad/workie [INFO] tweaked toml for git repo https://github.com/csharad/workie written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/csharad/workie 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] Downloading crates ... [INFO] [stderr] Downloaded crossbeam-utils v0.6.0 [INFO] [stderr] Downloaded arc-swap v0.3.4 [INFO] [stderr] Downloaded signal-hook v0.1.5 [INFO] [stderr] Downloaded ring v0.13.3 [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" "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] 7743c657989773eb2a640ee3ad1d47ca55f16266efcd616a2a7111b3a09046d1 [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" "7743c657989773eb2a640ee3ad1d47ca55f16266efcd616a2a7111b3a09046d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7743c657989773eb2a640ee3ad1d47ca55f16266efcd616a2a7111b3a09046d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7743c657989773eb2a640ee3ad1d47ca55f16266efcd616a2a7111b3a09046d1", kill_on_drop: false }` [INFO] [stdout] 7743c657989773eb2a640ee3ad1d47ca55f16266efcd616a2a7111b3a09046d1 [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=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] 0cb7f93d5a8be082588ef081863dc50090eb09932d6acc04183a826e7ac9ff75 [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" "0cb7f93d5a8be082588ef081863dc50090eb09932d6acc04183a826e7ac9ff75", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.21 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling ucd-util v0.1.2 [INFO] [stderr] Compiling linked-hash-map v0.4.2 [INFO] [stderr] Compiling arc-swap v0.3.4 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling opaque-debug v0.1.1 [INFO] [stderr] Compiling if_chain v0.1.3 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling crossbeam-utils v0.6.0 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling ring v0.13.3 [INFO] [stderr] Compiling actix-web v0.7.13 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling resolv-conf v0.6.1 [INFO] [stderr] Compiling scheduled-thread-pool v0.2.0 [INFO] [stderr] Compiling lru-cache v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling signal-hook v0.1.5 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling http v0.1.13 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling r2d2 v0.8.3 [INFO] [stderr] Compiling block-cipher-trait v0.5.3 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling blowfish v0.3.0 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-signal v0.2.6 [INFO] [stderr] Compiling bcrypt v0.2.1 [INFO] [stderr] Compiling flate2 v1.0.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling syn v0.15.18 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling diesel_derives v1.3.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling dotenv v0.13.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.0 [INFO] [stderr] Compiling actix v0.7.6 [INFO] [stderr] Compiling actix-net v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling serde_urlencoded v0.5.3 [INFO] [stderr] Compiling diesel v1.3.3 [INFO] [stderr] Compiling validator v0.8.0 [INFO] [stderr] Compiling validator_derive v0.8.0 [INFO] [stderr] Compiling workie-backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 04s [INFO] running `Command { std: "docker" "inspect" "0cb7f93d5a8be082588ef081863dc50090eb09932d6acc04183a826e7ac9ff75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cb7f93d5a8be082588ef081863dc50090eb09932d6acc04183a826e7ac9ff75", kill_on_drop: false }` [INFO] [stdout] 0cb7f93d5a8be082588ef081863dc50090eb09932d6acc04183a826e7ac9ff75 [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=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] 93bc6ffc465fc0e16ea8919817b9e4ad26c32611a1d9ce8012d1d436567552a5 [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" "93bc6ffc465fc0e16ea8919817b9e4ad26c32611a1d9ce8012d1d436567552a5", kill_on_drop: false }` [INFO] [stderr] Compiling workie-backend v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.18s [INFO] running `Command { std: "docker" "inspect" "93bc6ffc465fc0e16ea8919817b9e4ad26c32611a1d9ce8012d1d436567552a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93bc6ffc465fc0e16ea8919817b9e4ad26c32611a1d9ce8012d1d436567552a5", kill_on_drop: false }` [INFO] [stdout] 93bc6ffc465fc0e16ea8919817b9e4ad26c32611a1d9ce8012d1d436567552a5 [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=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] 44137e2e31cad5118d7d13928683d703dc1c56348cc456980c8b823ddf3d1c07 [INFO] running `Command { std: "docker" "start" "-a" "44137e2e31cad5118d7d13928683d703dc1c56348cc456980c8b823ddf3d1c07", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/workie_backend-02c0d15f409c772b [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/workie_backend-7fa97f3c7947a18b [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 workie-backend [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" "44137e2e31cad5118d7d13928683d703dc1c56348cc456980c8b823ddf3d1c07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44137e2e31cad5118d7d13928683d703dc1c56348cc456980c8b823ddf3d1c07", kill_on_drop: false }` [INFO] [stdout] 44137e2e31cad5118d7d13928683d703dc1c56348cc456980c8b823ddf3d1c07