[INFO] updating cached repository https://github.com/pcarleton/dumb-dig [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f701f0ac10b1eb041aed2fdfc3d244913bb35b04 [INFO] testing pcarleton/dumb-dig against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpcarleton%2Fdumb-dig" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pcarleton/dumb-dig on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/pcarleton/dumb-dig [INFO] finished tweaking git repo https://github.com/pcarleton/dumb-dig [INFO] tweaked toml for git repo https://github.com/pcarleton/dumb-dig written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/pcarleton/dumb-dig already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ab76127ec1a93ace8e1be76a45eceeaf4d4fc3db7329df8018674a571f4b978a [INFO] running `"docker" "start" "-a" "ab76127ec1a93ace8e1be76a45eceeaf4d4fc3db7329df8018674a571f4b978a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rdns v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:324:18 [INFO] [stderr] | [INFO] [stderr] 324 | let socket = try!(UdpSocket::bind("0.0.0.0:0")); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_bytes` [INFO] [stderr] --> src/main.rs:308:4 [INFO] [stderr] | [INFO] [stderr] 308 | fn print_bytes(bytes: &[u8]) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compare_bytes` [INFO] [stderr] --> src/main.rs:314:4 [INFO] [stderr] | [INFO] [stderr] 314 | fn compare_bytes(a: &[u8], b: &[u8]) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `"docker" "inspect" "ab76127ec1a93ace8e1be76a45eceeaf4d4fc3db7329df8018674a571f4b978a"` [INFO] running `"docker" "rm" "-f" "ab76127ec1a93ace8e1be76a45eceeaf4d4fc3db7329df8018674a571f4b978a"` [INFO] [stdout] ab76127ec1a93ace8e1be76a45eceeaf4d4fc3db7329df8018674a571f4b978a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 17433b8832cb4fe6749783d4ad7eb060eb7c82f7e31636fcc2289454822019ee [INFO] running `"docker" "start" "-a" "17433b8832cb4fe6749783d4ad7eb060eb7c82f7e31636fcc2289454822019ee"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rdns v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:324:18 [INFO] [stderr] | [INFO] [stderr] 324 | let socket = try!(UdpSocket::bind("0.0.0.0:0")); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_bytes` [INFO] [stderr] --> src/main.rs:308:4 [INFO] [stderr] | [INFO] [stderr] 308 | fn print_bytes(bytes: &[u8]) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compare_bytes` [INFO] [stderr] --> src/main.rs:314:4 [INFO] [stderr] | [INFO] [stderr] 314 | fn compare_bytes(a: &[u8], b: &[u8]) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `"docker" "inspect" "17433b8832cb4fe6749783d4ad7eb060eb7c82f7e31636fcc2289454822019ee"` [INFO] running `"docker" "rm" "-f" "17433b8832cb4fe6749783d4ad7eb060eb7c82f7e31636fcc2289454822019ee"` [INFO] [stdout] 17433b8832cb4fe6749783d4ad7eb060eb7c82f7e31636fcc2289454822019ee [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stdout] 61c74b6e84d587766f17879ccd40e39312aaeb69f4a5146c8cdcd899f7534b7c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "61c74b6e84d587766f17879ccd40e39312aaeb69f4a5146c8cdcd899f7534b7c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:324:18 [INFO] [stderr] | [INFO] [stderr] 324 | let socket = try!(UdpSocket::bind("0.0.0.0:0")); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_bytes` [INFO] [stderr] --> src/main.rs:308:4 [INFO] [stderr] | [INFO] [stderr] 308 | fn print_bytes(bytes: &[u8]) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `compare_bytes` [INFO] [stderr] --> src/main.rs:314:4 [INFO] [stderr] | [INFO] [stderr] 314 | fn compare_bytes(a: &[u8], b: &[u8]) { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rdns-e57c5c5ca474dac0 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "61c74b6e84d587766f17879ccd40e39312aaeb69f4a5146c8cdcd899f7534b7c"` [INFO] running `"docker" "rm" "-f" "61c74b6e84d587766f17879ccd40e39312aaeb69f4a5146c8cdcd899f7534b7c"` [INFO] [stdout] 61c74b6e84d587766f17879ccd40e39312aaeb69f4a5146c8cdcd899f7534b7c