[INFO] cloning repository https://github.com/lstwn/bachelorthesis-gaenext-prototype [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lstwn/bachelorthesis-gaenext-prototype" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flstwn%2Fbachelorthesis-gaenext-prototype", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flstwn%2Fbachelorthesis-gaenext-prototype'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 52ab65cdab4f4f6b28abf478add2637a499f651e [INFO] testing lstwn/bachelorthesis-gaenext-prototype against 1.55.0 for beta-1.56-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flstwn%2Fbachelorthesis-gaenext-prototype" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lstwn/bachelorthesis-gaenext-prototype on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lstwn/bachelorthesis-gaenext-prototype [INFO] finished tweaking git repo https://github.com/lstwn/bachelorthesis-gaenext-prototype [INFO] tweaked toml for git repo https://github.com/lstwn/bachelorthesis-gaenext-prototype written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/lstwn/bachelorthesis-gaenext-prototype already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 699fd83ecd811ad128f0915a6c3ca5ccd72e87f4236eef52b5d894adf3110f3c [INFO] running `Command { std: "docker" "start" "-a" "699fd83ecd811ad128f0915a6c3ca5ccd72e87f4236eef52b5d894adf3110f3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "699fd83ecd811ad128f0915a6c3ca5ccd72e87f4236eef52b5d894adf3110f3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "699fd83ecd811ad128f0915a6c3ca5ccd72e87f4236eef52b5d894adf3110f3c", kill_on_drop: false }` [INFO] [stdout] 699fd83ecd811ad128f0915a6c3ca5ccd72e87f4236eef52b5d894adf3110f3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db8e07862e54abf77c61160f5419dca3a07ebe66a3a69e22a0bfcf19b4409d4c [INFO] running `Command { std: "docker" "start" "-a" "db8e07862e54abf77c61160f5419dca3a07ebe66a3a69e22a0bfcf19b4409d4c", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling futures-core v0.3.13 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-sink v0.3.13 [INFO] [stderr] Compiling futures-task v0.3.13 [INFO] [stderr] Compiling futures-io v0.3.13 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling signal-hook v0.3.7 [INFO] [stderr] Compiling tokio v1.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling num-bigint v0.3.2 [INFO] [stderr] Compiling futures-channel v0.3.13 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling aes-ctr v0.6.0 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.9 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling fern v0.6.0 [INFO] [stderr] Compiling crossbeam v0.8.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling futures-macro v0.3.13 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling enum-ordinalize v3.1.9 [INFO] [stderr] Compiling pin-project-internal v1.0.5 [INFO] [stderr] Compiling tarpc-plugins v0.10.0 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling runner v0.1.0 (/opt/rustwide/workdir/runner) [INFO] [stderr] Compiling educe v0.4.14 [INFO] [stderr] Compiling futures-util v0.3.13 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling pin-project v1.0.5 [INFO] [stderr] Compiling futures-executor v0.3.13 [INFO] [stderr] Compiling futures v0.3.13 [INFO] [stderr] Compiling tokio-util v0.6.5 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling bincode v1.3.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_yaml v0.8.17 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling tokio-serde v0.8.0 [INFO] [stderr] Compiling tarpc v0.25.1 [INFO] [stderr] Compiling exposurelib v0.1.0 (/opt/rustwide/workdir/exposurelib) [INFO] [stderr] Compiling client v0.1.0 (/opt/rustwide/workdir/client) [INFO] [stderr] Compiling configurator v0.1.0 (/opt/rustwide/workdir/configurator) [INFO] [stderr] Compiling diagnosisserver v0.1.0 (/opt/rustwide/workdir/diagnosisserver) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 02s [INFO] running `Command { std: "docker" "inspect" "db8e07862e54abf77c61160f5419dca3a07ebe66a3a69e22a0bfcf19b4409d4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db8e07862e54abf77c61160f5419dca3a07ebe66a3a69e22a0bfcf19b4409d4c", kill_on_drop: false }` [INFO] [stdout] db8e07862e54abf77c61160f5419dca3a07ebe66a3a69e22a0bfcf19b4409d4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4302292940b5dd115b07d6fdb027519ae8742c90e9c49f0bb494d34a8cccd29c [INFO] running `Command { std: "docker" "start" "-a" "4302292940b5dd115b07d6fdb027519ae8742c90e9c49f0bb494d34a8cccd29c", kill_on_drop: false }` [INFO] [stderr] Compiling runner v0.1.0 (/opt/rustwide/workdir/runner) [INFO] [stderr] Compiling exposurelib v0.1.0 (/opt/rustwide/workdir/exposurelib) [INFO] [stderr] Compiling diagnosisserver v0.1.0 (/opt/rustwide/workdir/diagnosisserver) [INFO] [stderr] Compiling configurator v0.1.0 (/opt/rustwide/workdir/configurator) [INFO] [stderr] Compiling client v0.1.0 (/opt/rustwide/workdir/client) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.14s [INFO] running `Command { std: "docker" "inspect" "4302292940b5dd115b07d6fdb027519ae8742c90e9c49f0bb494d34a8cccd29c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4302292940b5dd115b07d6fdb027519ae8742c90e9c49f0bb494d34a8cccd29c", kill_on_drop: false }` [INFO] [stdout] 4302292940b5dd115b07d6fdb027519ae8742c90e9c49f0bb494d34a8cccd29c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 49d29a8894e83c4cfb69c5c82f4ce8439dcfa8c7b79e20120da030b8cd0e08ef [INFO] running `Command { std: "docker" "start" "-a" "49d29a8894e83c4cfb69c5c82f4ce8439dcfa8c7b79e20120da030b8cd0e08ef", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/client-0e04c2f2aef94048) [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/configurator-ddcf5d2f9e319966) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/diagnosisserver-61e0f3f5d10d1395) [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] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/exposurelib-5911c1a07cd6ad7a) [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] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test primitives::tests::test_infection_period ... ok [INFO] [stdout] test primitives::tests::test_tek_rolling_period ... ok [INFO] [stdout] test time::tests::test_floor_tekrp_multiple ... ok [INFO] [stdout] test time::tests::test_exposure_time_creation ... ok [INFO] [stdout] test time::tests::test_time_interval ... ok [INFO] [stdout] test time::tests::test_exposure_time_comparison ... ok [INFO] [stdout] test time::tests::test_panic_time_interval_creation_2 - should panic ... ok [INFO] [stdout] test time::tests::test_panic_time_interval_creation_1 - should panic ... ok [INFO] [stdout] test time::tests::test_panic_time_interval_creation_4 - should panic ... ok [INFO] [stdout] test time::tests::test_panic_time_interval_creation_3 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/runner-17c7f30243e70ac1) [INFO] [stdout] [INFO] [stderr] Doc-tests exposurelib [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] [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" "49d29a8894e83c4cfb69c5c82f4ce8439dcfa8c7b79e20120da030b8cd0e08ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49d29a8894e83c4cfb69c5c82f4ce8439dcfa8c7b79e20120da030b8cd0e08ef", kill_on_drop: false }` [INFO] [stdout] 49d29a8894e83c4cfb69c5c82f4ce8439dcfa8c7b79e20120da030b8cd0e08ef