[INFO] cloning repository https://github.com/unterflow/unterflow-dump [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/unterflow/unterflow-dump" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funterflow%2Funterflow-dump"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funterflow%2Funterflow-dump'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 026f6d74cfd88809a6af4d6c312a90c7d28d24e4 [INFO] testing unterflow/unterflow-dump against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funterflow%2Funterflow-dump" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/unterflow/unterflow-dump on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/unterflow/unterflow-dump [INFO] finished tweaking git repo https://github.com/unterflow/unterflow-dump [INFO] tweaked toml for git repo https://github.com/unterflow/unterflow-dump written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/unterflow/unterflow-dump already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/unterflow/unterflow-protocol` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "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] d0370c4548e4859a82bccd27ccc841044ac180ac2456c16aaa6a3fe52c1cbb02 [INFO] running `"docker" "start" "-a" "d0370c4548e4859a82bccd27ccc841044ac180ac2456c16aaa6a3fe52c1cbb02"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.29 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling serde v1.0.11 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling pnet_macros_support v0.2.0 [INFO] [stderr] Compiling ipnetwork v0.12.6 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling unterflow-protocol-derive v0.1.0 (https://github.com/unterflow/unterflow-protocol#f3d5e813) [INFO] [stderr] Compiling loggerv v0.3.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling rmp v0.8.6 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling rmpv v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.11 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling serde_bytes v0.10.1 [INFO] [stderr] Compiling rmp-serde v0.13.6 [INFO] [stderr] Compiling unterflow-protocol v0.1.0 (https://github.com/unterflow/unterflow-protocol#f3d5e813) [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.15.0 [INFO] [stderr] Compiling pnet v0.19.0 [INFO] [stderr] Compiling unterflow-dump v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/network.rs:70:18 [INFO] [stderr] | [INFO] [stderr] 70 | ) -> Result<(Box, Box), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EthernetDataLinkSender` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/network.rs:70:47 [INFO] [stderr] | [INFO] [stderr] 70 | ) -> Result<(Box, Box), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EthernetDataLinkReceiver` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 33s [INFO] running `"docker" "inspect" "d0370c4548e4859a82bccd27ccc841044ac180ac2456c16aaa6a3fe52c1cbb02"` [INFO] running `"docker" "rm" "-f" "d0370c4548e4859a82bccd27ccc841044ac180ac2456c16aaa6a3fe52c1cbb02"` [INFO] [stdout] d0370c4548e4859a82bccd27ccc841044ac180ac2456c16aaa6a3fe52c1cbb02 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "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] ce5d8775286aeb7e83433b89d42a83b83dfc03c5673714c0a559f77d01e310f0 [INFO] running `"docker" "start" "-a" "ce5d8775286aeb7e83433b89d42a83b83dfc03c5673714c0a559f77d01e310f0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling unterflow-dump v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/network.rs:70:18 [INFO] [stderr] | [INFO] [stderr] 70 | ) -> Result<(Box, Box), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EthernetDataLinkSender` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/network.rs:70:47 [INFO] [stderr] | [INFO] [stderr] 70 | ) -> Result<(Box, Box), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EthernetDataLinkReceiver` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `"docker" "inspect" "ce5d8775286aeb7e83433b89d42a83b83dfc03c5673714c0a559f77d01e310f0"` [INFO] running `"docker" "rm" "-f" "ce5d8775286aeb7e83433b89d42a83b83dfc03c5673714c0a559f77d01e310f0"` [INFO] [stdout] ce5d8775286aeb7e83433b89d42a83b83dfc03c5673714c0a559f77d01e310f0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f0e04db88e17baea74d70522dbc6e1090da39ccaf652993360fcff3010387d2d [INFO] running `"docker" "start" "-a" "f0e04db88e17baea74d70522dbc6e1090da39ccaf652993360fcff3010387d2d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/network.rs:70:18 [INFO] [stderr] | [INFO] [stderr] 70 | ) -> Result<(Box, Box), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EthernetDataLinkSender` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/network.rs:70:47 [INFO] [stderr] | [INFO] [stderr] 70 | ) -> Result<(Box, Box), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EthernetDataLinkReceiver` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/unterflow_dump-8e516d9ef0428bfd [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" "f0e04db88e17baea74d70522dbc6e1090da39ccaf652993360fcff3010387d2d"` [INFO] running `"docker" "rm" "-f" "f0e04db88e17baea74d70522dbc6e1090da39ccaf652993360fcff3010387d2d"` [INFO] [stdout] f0e04db88e17baea74d70522dbc6e1090da39ccaf652993360fcff3010387d2d