[INFO] cloning repository https://github.com/ever0de/data-collector [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ever0de/data-collector" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fever0de%2Fdata-collector", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fever0de%2Fdata-collector'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b242985898bfe7962f011e56d3f7c409f4d5e5c9 [INFO] testing ever0de/data-collector against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fever0de%2Fdata-collector" "/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/ever0de/data-collector on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ever0de/data-collector [INFO] finished tweaking git repo https://github.com/ever0de/data-collector [INFO] tweaked toml for git repo https://github.com/ever0de/data-collector written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/ever0de/data-collector already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--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-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6db2167d2ad25c3901eb4511c26ca30987d2c872805d87e761f7a60c5642a3c8 [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" "6db2167d2ad25c3901eb4511c26ca30987d2c872805d87e761f7a60c5642a3c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6db2167d2ad25c3901eb4511c26ca30987d2c872805d87e761f7a60c5642a3c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6db2167d2ad25c3901eb4511c26ca30987d2c872805d87e761f7a60c5642a3c8", kill_on_drop: false }` [INFO] [stdout] 6db2167d2ad25c3901eb4511c26ca30987d2c872805d87e761f7a60c5642a3c8 [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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a72d9e49c9d311821427f679a65b598202d0bbe1e4af13b392e3ff8e0dce1ce7 [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" "a72d9e49c9d311821427f679a65b598202d0bbe1e4af13b392e3ff8e0dce1ce7", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling crossbeam-epoch v0.9.6 [INFO] [stderr] Compiling strum v0.22.0 [INFO] [stderr] Compiling crypto-data-collector v0.1.0 (/opt/rustwide/workdir/crypto) [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling im-rc v15.0.0 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling sized-chunks v0.6.5 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling fd-lock v3.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling sled v0.34.7 [INFO] [stderr] Compiling signal-hook-mio v0.2.1 [INFO] [stderr] Compiling crossterm v0.22.1 [INFO] [stderr] Compiling derive_utils v0.11.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rustyline v9.1.2 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling iter-enum v1.0.1 [INFO] [stderr] Compiling async-recursion v1.0.0 [INFO] [stderr] Compiling strum_macros v0.23.1 [INFO] [stderr] Compiling clap_derive v3.0.6 [INFO] [stderr] Compiling strum_macros v0.22.0 [INFO] [stderr] Compiling rustyline-derive v0.6.0 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling comfy-table v5.0.0 [INFO] [stderr] Compiling clap v3.0.7 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling gluesql-utils v0.10.2 [INFO] [stderr] Compiling bigdecimal v0.3.0 [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rust_decimal v1.20.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling sqlparser v0.11.0 [INFO] [stderr] Compiling gluesql-core v0.10.2 [INFO] [stderr] Compiling gluesql_sled_storage v0.10.2 [INFO] [stderr] Compiling gluesql_memory_storage v0.10.2 [INFO] [stderr] Compiling gluesql-test-suite v0.10.2 [INFO] [stderr] Compiling gluesql-cli v0.10.2 [INFO] [stderr] Compiling gluesql v0.10.2 [INFO] [stderr] Compiling common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 42s [INFO] running `Command { std: "docker" "inspect" "a72d9e49c9d311821427f679a65b598202d0bbe1e4af13b392e3ff8e0dce1ce7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a72d9e49c9d311821427f679a65b598202d0bbe1e4af13b392e3ff8e0dce1ce7", kill_on_drop: false }` [INFO] [stdout] a72d9e49c9d311821427f679a65b598202d0bbe1e4af13b392e3ff8e0dce1ce7 [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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "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] 79f3d1d39aed7c7dc6b604b7739cfa38f63fae476f06144e43599b323fdbb350 [INFO] running `Command { std: "docker" "start" "-a" "79f3d1d39aed7c7dc6b604b7739cfa38f63fae476f06144e43599b323fdbb350", kill_on_drop: false }` [INFO] [stderr] Compiling crypto-data-collector v0.1.0 (/opt/rustwide/workdir/crypto) [INFO] [stderr] Compiling common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `Command { std: "docker" "inspect" "79f3d1d39aed7c7dc6b604b7739cfa38f63fae476f06144e43599b323fdbb350", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79f3d1d39aed7c7dc6b604b7739cfa38f63fae476f06144e43599b323fdbb350", kill_on_drop: false }` [INFO] [stdout] 79f3d1d39aed7c7dc6b604b7739cfa38f63fae476f06144e43599b323fdbb350 [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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "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] 4006721da418446b0a422b27a396850bbc224129bd1c3ba6c6bb7e7b54908a5b [INFO] running `Command { std: "docker" "start" "-a" "4006721da418446b0a422b27a396850bbc224129bd1c3ba6c6bb7e7b54908a5b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/common-4b4ad5e668e48fc3) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/crypto_data_collector-53a215aa3ae069a0) [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 common [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 crypto-data-collector [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" "4006721da418446b0a422b27a396850bbc224129bd1c3ba6c6bb7e7b54908a5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4006721da418446b0a422b27a396850bbc224129bd1c3ba6c6bb7e7b54908a5b", kill_on_drop: false }` [INFO] [stdout] 4006721da418446b0a422b27a396850bbc224129bd1c3ba6c6bb7e7b54908a5b