[INFO] cloning repository https://github.com/a186r/pomotodo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/a186r/pomotodo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa186r%2Fpomotodo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa186r%2Fpomotodo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a01b86bbaed3074fa15991ff864efe3fdc449a80 [INFO] testing a186r/pomotodo against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fa186r%2Fpomotodo" "/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/a186r/pomotodo on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/a186r/pomotodo [INFO] finished tweaking git repo https://github.com/a186r/pomotodo [INFO] tweaked toml for git repo https://github.com/a186r/pomotodo written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/a186r/pomotodo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded scrypt v0.1.2 [INFO] [stderr] Downloaded postgres-types v0.1.1 [INFO] [stderr] Downloaded tokio-postgres v0.5.4 [INFO] [stderr] Downloaded postgres v0.17.3 [INFO] [stderr] Downloaded parity-crypto v0.3.1 [INFO] [stderr] Downloaded secp256k1 v0.15.5 [INFO] [stderr] Downloaded ethkey v0.3.1 [INFO] [stderr] Downloaded ethsign-crypto v0.2.1 [INFO] [stderr] Downloaded ethsign v0.7.3 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 99852a55fe4b275b8d278aec7a238891e6000969df44cbfabb429459b1f201fa [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" "99852a55fe4b275b8d278aec7a238891e6000969df44cbfabb429459b1f201fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "99852a55fe4b275b8d278aec7a238891e6000969df44cbfabb429459b1f201fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99852a55fe4b275b8d278aec7a238891e6000969df44cbfabb429459b1f201fa", kill_on_drop: false }` [INFO] [stdout] 99852a55fe4b275b8d278aec7a238891e6000969df44cbfabb429459b1f201fa [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 15b7e3b9096b4c488243f296d9336d73290cbbca3eacee9299160e177cd687c2 [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" "15b7e3b9096b4c488243f296d9336d73290cbbca3eacee9299160e177cd687c2", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling serde v1.0.110 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling subtle v2.2.2 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling crypto-mac v0.6.2 [INFO] [stderr] Compiling postgres-protocol v0.5.1 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling ctr v0.3.2 [INFO] [stderr] Compiling block-modes v0.3.3 [INFO] [stderr] Compiling pbkdf2 v0.2.3 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling hmac v0.6.3 [INFO] [stderr] Compiling aes-ctr v0.3.0 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling scrypt v0.1.2 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling postgres-types v0.1.1 [INFO] [stderr] Compiling tokio v0.2.20 [INFO] [stderr] Compiling scrypt v0.2.0 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling secp256k1 v0.15.5 [INFO] [stderr] Compiling zeroize_derive v0.9.3 [INFO] [stderr] Compiling ethsign-crypto v0.2.1 [INFO] [stderr] Compiling zeroize v0.9.3 [INFO] [stderr] Compiling parity-crypto v0.4.2 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling parity-crypto v0.3.1 [INFO] [stderr] Compiling pin-project-internal v0.4.16 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.110 [INFO] [stderr] Compiling thiserror-impl v1.0.16 [INFO] [stderr] Compiling async-trait v0.1.30 [INFO] [stderr] Compiling thiserror v1.0.16 [INFO] [stderr] Compiling pin-project v0.4.16 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling tokio-postgres v0.5.4 [INFO] [stderr] Compiling postgres v0.17.3 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling ethsign v0.7.3 [INFO] [stderr] Compiling pomodb v0.1.0 (/opt/rustwide/workdir/pomodb) [INFO] [stderr] Compiling ethkey v0.3.1 [INFO] [stderr] Compiling crypto v0.1.0 (/opt/rustwide/workdir/crypto) [INFO] [stderr] Compiling account-sys v0.1.0 (/opt/rustwide/workdir/account-sys) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "15b7e3b9096b4c488243f296d9336d73290cbbca3eacee9299160e177cd687c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15b7e3b9096b4c488243f296d9336d73290cbbca3eacee9299160e177cd687c2", kill_on_drop: false }` [INFO] [stdout] 15b7e3b9096b4c488243f296d9336d73290cbbca3eacee9299160e177cd687c2 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "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] 5d16447c52eac3ee329f6090adf1605ff6c499668b77490ede42c50e0ff13e3c [INFO] running `Command { std: "docker" "start" "-a" "5d16447c52eac3ee329f6090adf1605ff6c499668b77490ede42c50e0ff13e3c", kill_on_drop: false }` [INFO] [stderr] Compiling pomodb v0.1.0 (/opt/rustwide/workdir/pomodb) [INFO] [stderr] Compiling crypto v0.1.0 (/opt/rustwide/workdir/crypto) [INFO] [stderr] Compiling account-sys v0.1.0 (/opt/rustwide/workdir/account-sys) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.68s [INFO] running `Command { std: "docker" "inspect" "5d16447c52eac3ee329f6090adf1605ff6c499668b77490ede42c50e0ff13e3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d16447c52eac3ee329f6090adf1605ff6c499668b77490ede42c50e0ff13e3c", kill_on_drop: false }` [INFO] [stdout] 5d16447c52eac3ee329f6090adf1605ff6c499668b77490ede42c50e0ff13e3c [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b39d92349b3bf951f90503ba027ba1c375e1eb2f3cf192df107c149304ae5548 [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" "b39d92349b3bf951f90503ba027ba1c375e1eb2f3cf192df107c149304ae5548", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/account_sys-460636048a355aa9) [INFO] [stdout] test tests::account_test::test_account_new ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/crypto-26b23c950e03ed50) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test eth_account::ethkey_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s [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] Running unittests (/opt/rustwide/target/debug/deps/pomodb-605a91f5585a35f2) [INFO] [stderr] Doc-tests account-sys [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 [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 pomodb [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" "b39d92349b3bf951f90503ba027ba1c375e1eb2f3cf192df107c149304ae5548", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b39d92349b3bf951f90503ba027ba1c375e1eb2f3cf192df107c149304ae5548", kill_on_drop: false }` [INFO] [stdout] b39d92349b3bf951f90503ba027ba1c375e1eb2f3cf192df107c149304ae5548