[INFO] cloning repository https://github.com/eogren/dyndns [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eogren/dyndns" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feogren%2Fdyndns", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feogren%2Fdyndns'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 08d6361d23e897dd9aa97c51189a102dd8e4ba12 [INFO] testing eogren/dyndns against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feogren%2Fdyndns" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eogren/dyndns on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eogren/dyndns [INFO] finished tweaking git repo https://github.com/eogren/dyndns [INFO] tweaked toml for git repo https://github.com/eogren/dyndns written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/eogren/dyndns already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 8cd215a799ac4309df9e190149551cf8cb8627783e69f72ee40c52a7ed5bf3fe [INFO] running `Command { std: "docker" "start" "-a" "8cd215a799ac4309df9e190149551cf8cb8627783e69f72ee40c52a7ed5bf3fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8cd215a799ac4309df9e190149551cf8cb8627783e69f72ee40c52a7ed5bf3fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cd215a799ac4309df9e190149551cf8cb8627783e69f72ee40c52a7ed5bf3fe", kill_on_drop: false }` [INFO] [stdout] 8cd215a799ac4309df9e190149551cf8cb8627783e69f72ee40c52a7ed5bf3fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--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] bc610c25a5818a67276f11979fed421c728217c60a709d2cd79e0bd7d520f64f [INFO] running `Command { std: "docker" "start" "-a" "bc610c25a5818a67276f11979fed421c728217c60a709d2cd79e0bd7d520f64f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.55 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling http v0.2.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling futures-task v0.3.8 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling pin-project v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.10 [INFO] [stderr] Compiling dyndns v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 30s [INFO] running `Command { std: "docker" "inspect" "bc610c25a5818a67276f11979fed421c728217c60a709d2cd79e0bd7d520f64f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc610c25a5818a67276f11979fed421c728217c60a709d2cd79e0bd7d520f64f", kill_on_drop: false }` [INFO] [stdout] bc610c25a5818a67276f11979fed421c728217c60a709d2cd79e0bd7d520f64f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ace466c70aad9957b9c40d8d6b4832b0cf4148d354a1cbe664065f09281f3209 [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" "ace466c70aad9957b9c40d8d6b4832b0cf4148d354a1cbe664065f09281f3209", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling httptest v0.13.2 [INFO] [stderr] Compiling dyndns v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 26.31s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/dyndns-e7b49ab1752cd3ab) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/dyndns-35367ffbb9273f08) [INFO] running `Command { std: "docker" "inspect" "ace466c70aad9957b9c40d8d6b4832b0cf4148d354a1cbe664065f09281f3209", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ace466c70aad9957b9c40d8d6b4832b0cf4148d354a1cbe664065f09281f3209", kill_on_drop: false }` [INFO] [stdout] ace466c70aad9957b9c40d8d6b4832b0cf4148d354a1cbe664065f09281f3209 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] a9aafe74dc597d22771486a97e2b0d264daab8bb93b340d2373fcebb3e24d299 [INFO] running `Command { std: "docker" "start" "-a" "a9aafe74dc597d22771486a97e2b0d264daab8bb93b340d2373fcebb3e24d299", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.53s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dyndns-e7b49ab1752cd3ab) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::test_server_error ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dyndns-35367ffbb9273f08) [INFO] [stdout] test tests::test_successful_response ... ok [INFO] [stderr] Doc-tests dyndns [INFO] [stdout] test tests::test_server_unparseableresponse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [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] [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" "a9aafe74dc597d22771486a97e2b0d264daab8bb93b340d2373fcebb3e24d299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9aafe74dc597d22771486a97e2b0d264daab8bb93b340d2373fcebb3e24d299", kill_on_drop: false }` [INFO] [stdout] a9aafe74dc597d22771486a97e2b0d264daab8bb93b340d2373fcebb3e24d299