[INFO] cloning repository https://github.com/dhall-mock/dhall-mock [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dhall-mock/dhall-mock" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhall-mock%2Fdhall-mock", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhall-mock%2Fdhall-mock'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 684154ddf1e06d82d4668a5aeeaa17b2d739d5b1 [INFO] testing dhall-mock/dhall-mock against 1.52.1 for beta-1.52-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhall-mock%2Fdhall-mock" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dhall-mock/dhall-mock on toolchain 1.52.1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.52.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dhall-mock/dhall-mock [INFO] finished tweaking git repo https://github.com/dhall-mock/dhall-mock [INFO] tweaked toml for git repo https://github.com/dhall-mock/dhall-mock written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/dhall-mock/dhall-mock already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.52.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "metadata" "--no-deps" "--format-version=1", 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] b151dd22eaabbbe850986a091424a3a332365ddbc91e8c6094e2417285906288 [INFO] running `Command { std: "docker" "start" "-a" "b151dd22eaabbbe850986a091424a3a332365ddbc91e8c6094e2417285906288", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b151dd22eaabbbe850986a091424a3a332365ddbc91e8c6094e2417285906288", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b151dd22eaabbbe850986a091424a3a332365ddbc91e8c6094e2417285906288", kill_on_drop: false }` [INFO] [stdout] b151dd22eaabbbe850986a091424a3a332365ddbc91e8c6094e2417285906288 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8bb691d83c61e056348b2081f372c30e9b7a6b5dd1d1374508679387fb340641 [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" "8bb691d83c61e056348b2081f372c30e9b7a6b5dd1d1374508679387fb340641", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling cc v1.0.61 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling futures-core v0.3.6 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling futures-sink v0.3.6 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling pin-project-lite v0.1.10 [INFO] [stderr] Compiling futures-io v0.3.6 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling tinyvec v0.3.4 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling encoding_rs v0.8.24 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling rayon-core v1.8.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling regex-syntax v0.6.19 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling annotate-snippets v0.7.0 [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Compiling anyhow v1.0.33 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rayon v1.4.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling pretty v0.5.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling abnf v0.6.1 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling abnf_to_pest v0.5.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling socket2 v0.3.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling regex v1.4.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling retry v1.1.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling rustls v0.17.0 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling dhall v0.5.3 [INFO] [stderr] Compiling pest_consume_macros v1.0.5 [INFO] [stderr] Compiling dhall_proc_macros v0.5.0 [INFO] [stderr] Compiling structopt-derive v0.4.13 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling pest_consume v1.0.5 [INFO] [stderr] Compiling thiserror v1.0.21 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling structopt v0.3.20 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling futures-executor v0.3.6 [INFO] [stderr] Compiling futures v0.3.6 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_cbor v0.9.0 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling serde_dhall v0.5.3 [INFO] [stderr] Compiling dhall-mock v0.2.0-SNAPSHOT (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 37s [INFO] running `Command { std: "docker" "inspect" "8bb691d83c61e056348b2081f372c30e9b7a6b5dd1d1374508679387fb340641", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bb691d83c61e056348b2081f372c30e9b7a6b5dd1d1374508679387fb340641", kill_on_drop: false }` [INFO] [stdout] 8bb691d83c61e056348b2081f372c30e9b7a6b5dd1d1374508679387fb340641 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "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] e7c824b0b2ed553f85e1a55e4cf403eafec6150c3baf977eaea4f766bc7cc905 [INFO] running `Command { std: "docker" "start" "-a" "e7c824b0b2ed553f85e1a55e4cf403eafec6150c3baf977eaea4f766bc7cc905", kill_on_drop: false }` [INFO] [stderr] Compiling dhall-mock v0.2.0-SNAPSHOT (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `panic` [INFO] [stdout] --> tests/api_tests.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | use std::{fs, panic}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 26.74s [INFO] running `Command { std: "docker" "inspect" "e7c824b0b2ed553f85e1a55e4cf403eafec6150c3baf977eaea4f766bc7cc905", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7c824b0b2ed553f85e1a55e4cf403eafec6150c3baf977eaea4f766bc7cc905", kill_on_drop: false }` [INFO] [stdout] e7c824b0b2ed553f85e1a55e4cf403eafec6150c3baf977eaea4f766bc7cc905 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "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] 2f92fe14969fff70a320b2854bee9cf5403571d9b3c73323fcdb02bcc6759a0f [INFO] running `Command { std: "docker" "start" "-a" "2f92fe14969fff70a320b2854bee9cf5403571d9b3c73323fcdb02bcc6759a0f", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `panic` [INFO] [stderr] --> tests/api_tests.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | use std::{fs, panic}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dhall_mock-8239e66c16c859de) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test mock::model::test::test_accept_matching_json_body ... ok [INFO] [stdout] test mock::model::test::test_accept_matching_headers ... ok [INFO] [stdout] test mock::model::test::test_accept_matching_path ... ok [INFO] [stdout] test mock::model::test::test_accept_matching_method ... ok [INFO] [stdout] test mock::model::test::test_accept_matching_params ... ok [INFO] [stdout] test mock::model::test::test_accept_matching_text_body ... ok [INFO] [stdout] test mock::model::test::test_refuse_wrong_headers ... ok [INFO] [stdout] test mock::model::test::test_refuse_wrong_json_body ... ok [INFO] [stdout] test mock::model::test::test_refuse_wrong_params ... ok [INFO] [stdout] test mock::model::test::test_refuse_wrong_method ... ok [INFO] [stdout] test mock::model::test::test_refuse_wrong_path ... ok [INFO] [stdout] test mock::model::test::test_refuse_wrong_text_body ... ok [INFO] [stdout] test mock::model::test::test_deserialize_http_headers ... ok [INFO] [stdout] test mock::model::test::test_deserialize_http_method_fail ... ok [INFO] [stdout] test mock::model::test::test_deserialize_request_textual_body ... ok [INFO] [stdout] test mock::model::test::test_deserialize_http_params ... ok [INFO] [stdout] test mock::model::test::test_deserialize_expectation_fail ... ok [INFO] [stdout] test mock::model::test::test_deserialize_expectation ... ok [INFO] [stdout] test mock::compilation::test::test_compile_configuration ... ok [INFO] [stdout] test mock::model::test::test_deserialize_request_json_body ... ok [INFO] [stdout] test mock::compilation::test::test_compile_configuration_fail_on_wrong_configuration_input ... ok [INFO] [stdout] test mock::model::test::test_deserialize_http_request ... ok [INFO] [stdout] test mock::model::test::test_deserialize_http_response ... ok [INFO] [stdout] test mock::model::test::test_deserialize_http_request_fail ... ok [INFO] [stdout] test mock::model::test::test_deserialize_http_response_fail ... ok [INFO] [stdout] test mock::model::test::test_deserialize_http_method ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.90s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dhall_mock_server-06348435d1737fb7) [INFO] [stdout] [INFO] [stderr] Running tests/api_tests.rs (/opt/rustwide/target/debug/deps/api_tests-00bf957d9e28eddf) [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 4 tests [INFO] [stdout] test test_admin_fail_compile_configuration ... ok [INFO] [stdout] test test_admin_api ... ok [INFO] [stdout] test test_api ... ok [INFO] [stdout] test test_admin_api_post_expectations ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.99s [INFO] [stdout] [INFO] [stderr] Doc-tests dhall-mock [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" "2f92fe14969fff70a320b2854bee9cf5403571d9b3c73323fcdb02bcc6759a0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f92fe14969fff70a320b2854bee9cf5403571d9b3c73323fcdb02bcc6759a0f", kill_on_drop: false }` [INFO] [stdout] 2f92fe14969fff70a320b2854bee9cf5403571d9b3c73323fcdb02bcc6759a0f