[INFO] cloning repository https://github.com/mozilla-iam/dino-park-lookout [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mozilla-iam/dino-park-lookout" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla-iam%2Fdino-park-lookout", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla-iam%2Fdino-park-lookout'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 205c87a43219672df2ef37a0104a45964ed4424f [INFO] testing mozilla-iam/dino-park-lookout 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%2Fmozilla-iam%2Fdino-park-lookout" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mozilla-iam/dino-park-lookout 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/mozilla-iam/dino-park-lookout [INFO] finished tweaking git repo https://github.com/mozilla-iam/dino-park-lookout [INFO] tweaked toml for git repo https://github.com/mozilla-iam/dino-park-lookout written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/mozilla-iam/dino-park-lookout 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 2bf22bc7927aa5a4c930f24b3a94ad72507bbc125b7b5fb2798c99678f51cdba [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" "2bf22bc7927aa5a4c930f24b3a94ad72507bbc125b7b5fb2798c99678f51cdba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2bf22bc7927aa5a4c930f24b3a94ad72507bbc125b7b5fb2798c99678f51cdba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bf22bc7927aa5a4c930f24b3a94ad72507bbc125b7b5fb2798c99678f51cdba", kill_on_drop: false }` [INFO] [stdout] 2bf22bc7927aa5a4c930f24b3a94ad72507bbc125b7b5fb2798c99678f51cdba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 80900abafd0905c987d4f28742926b69226ee5037de2b4775165299e3203d1fb [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" "80900abafd0905c987d4f28742926b69226ee5037de2b4775165299e3203d1fb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Compiling zeroize v1.1.1 [INFO] [stderr] Compiling data-encoding v2.3.0 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling openssl-src v111.11.0+1.1.1h [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rusoto_core v0.45.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling backtrace v0.3.51 [INFO] [stderr] Compiling flate2 v1.0.18 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling sha2 v0.9.1 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling pin-project-internal v0.4.26 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling actix-web-codegen v0.3.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling thiserror v1.0.21 [INFO] [stderr] Compiling pin-project v0.4.26 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.6 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling futures v0.3.6 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling trust-dns-proto v0.19.5 [INFO] [stderr] Compiling shared-expiry-get v0.1.0 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling dino_park_trust v0.0.7 (https://github.com/mozilla-iam/dino-park-trust?tag=0.0.7#db8e281a) [INFO] [stderr] Compiling actix-router v0.2.5 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.19.5 [INFO] [stderr] Compiling chrono-tz v0.5.3 [INFO] [stderr] Compiling biscuit v0.4.2 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling actix-http v2.0.0 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling awc v2.0.0 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling rusoto_credential v0.45.0 [INFO] [stderr] Compiling actix-web v3.1.0 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling rusoto_signature v0.45.0 [INFO] [stderr] Compiling dino-park-oidc v0.0.1 (https://github.com/mozilla-iam/dino-park-oidc?tag=0.0.1#541d60b1) [INFO] [stderr] Compiling dino_park_gate v0.8.1 (https://github.com/mozilla-iam/dino-park-gate?branch=0.8#912ccd41) [INFO] [stderr] Compiling rusoto_ssm v0.45.0 [INFO] [stderr] Compiling cis_profile v0.4.4 (https://github.com/mozilla-iam/cis_profile-rust?branch=0.4#8bada35b) [INFO] [stderr] Compiling cis_client v0.7.1 (https://github.com/mozilla-iam/cis_client-rust?branch=0.7#ba64ba96) [INFO] [stderr] Compiling dino-park-lookout v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8m 25s [INFO] running `Command { std: "docker" "inspect" "80900abafd0905c987d4f28742926b69226ee5037de2b4775165299e3203d1fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80900abafd0905c987d4f28742926b69226ee5037de2b4775165299e3203d1fb", kill_on_drop: false }` [INFO] [stdout] 80900abafd0905c987d4f28742926b69226ee5037de2b4775165299e3203d1fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 00273851efdb44dc2583d7ff86892c78660934d5b8a4f8ab4f42036a137c6bd8 [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" "00273851efdb44dc2583d7ff86892c78660934d5b8a4f8ab4f42036a137c6bd8", kill_on_drop: false }` [INFO] [stderr] Compiling dino-park-lookout v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 17.76s [INFO] running `Command { std: "docker" "inspect" "00273851efdb44dc2583d7ff86892c78660934d5b8a4f8ab4f42036a137c6bd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00273851efdb44dc2583d7ff86892c78660934d5b8a4f8ab4f42036a137c6bd8", kill_on_drop: false }` [INFO] [stdout] 00273851efdb44dc2583d7ff86892c78660934d5b8a4f8ab4f42036a137c6bd8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] [stdout] a044b90788bbd10b1c6c6ed5d8d5d26741dc10e050bf026e899098fd938e6038 [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" "a044b90788bbd10b1c6c6ed5d8d5d26741dc10e050bf026e899098fd938e6038", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.15s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dino_park_lookout-ec574f0c26cd3e08 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test notification::test::test_deserialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a044b90788bbd10b1c6c6ed5d8d5d26741dc10e050bf026e899098fd938e6038", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a044b90788bbd10b1c6c6ed5d8d5d26741dc10e050bf026e899098fd938e6038", kill_on_drop: false }` [INFO] [stdout] a044b90788bbd10b1c6c6ed5d8d5d26741dc10e050bf026e899098fd938e6038