[INFO] cloning repository camallo/netnswrap [INFO] running `"git" "clone" "--bare" "git://github.com/camallo/netnswrap.git" "work/cache/sources/gh/camallo/netnswrap"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/camallo/netnswrap'... [INFO] running `"git" "clone" "work/cache/sources/gh/camallo/netnswrap" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/camallo/netnswrap"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/camallo/netnswrap'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/camallo/netnswrap" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/camallo/netnswrap"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/camallo/netnswrap'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 183f04c1685527e1554f54eb24d69a3494f41de8 [INFO] sha for GitHub repo camallo/netnswrap: 183f04c1685527e1554f54eb24d69a3494f41de8 [INFO] validating manifest of camallo/netnswrap on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of camallo/netnswrap on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing camallo/netnswrap [INFO] finished frobbing camallo/netnswrap [INFO] frobbed toml for camallo/netnswrap written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/camallo/netnswrap/Cargo.toml [INFO] started frobbing camallo/netnswrap [INFO] finished frobbing camallo/netnswrap [INFO] frobbed toml for camallo/netnswrap written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/camallo/netnswrap/Cargo.toml [INFO] crate camallo/netnswrap already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing camallo/netnswrap against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/camallo/netnswrap:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 4e8cfd9ab0b72c384b4d5c075eff358d7faa6ea4a1381815e20dccd863acde89 [INFO] running `"docker" "start" "-a" "4e8cfd9ab0b72c384b4d5c075eff358d7faa6ea4a1381815e20dccd863acde89"` [INFO] [stderr] Compiling cfg-if v0.1.1 [INFO] [stderr] Compiling clap v2.25.0 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling netnswrap v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain!{ [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | Addr(net::AddrParseError); [INFO] [stderr] 19 | | Cli(clap::Error); [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain!{ [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | Addr(net::AddrParseError); [INFO] [stderr] 19 | | Cli(clap::Error); [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.52s [INFO] running `"docker" "inspect" "4e8cfd9ab0b72c384b4d5c075eff358d7faa6ea4a1381815e20dccd863acde89"` [INFO] running `"docker" "rm" "-f" "4e8cfd9ab0b72c384b4d5c075eff358d7faa6ea4a1381815e20dccd863acde89"` [INFO] [stdout] 4e8cfd9ab0b72c384b4d5c075eff358d7faa6ea4a1381815e20dccd863acde89 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/camallo/netnswrap:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] ac4daeb78063b05b0df76770983ed5b55a5f08370156d0eb4596c0de925bf9ba [INFO] running `"docker" "start" "-a" "ac4daeb78063b05b0df76770983ed5b55a5f08370156d0eb4596c0de925bf9ba"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling netnswrap v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain!{ [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | Addr(net::AddrParseError); [INFO] [stderr] 19 | | Cli(clap::Error); [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain!{ [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | Addr(net::AddrParseError); [INFO] [stderr] 19 | | Cli(clap::Error); [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `"docker" "inspect" "ac4daeb78063b05b0df76770983ed5b55a5f08370156d0eb4596c0de925bf9ba"` [INFO] running `"docker" "rm" "-f" "ac4daeb78063b05b0df76770983ed5b55a5f08370156d0eb4596c0de925bf9ba"` [INFO] [stdout] ac4daeb78063b05b0df76770983ed5b55a5f08370156d0eb4596c0de925bf9ba [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/camallo/netnswrap:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] c6cf71bd1d3942369afc00b47ece9a7367e0bf85ec9ff11d8be3bd2275a560e7 [INFO] running `"docker" "start" "-a" "c6cf71bd1d3942369afc00b47ece9a7367e0bf85ec9ff11d8be3bd2275a560e7"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/netnswrap-7ac18a4b274ba684 [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" "c6cf71bd1d3942369afc00b47ece9a7367e0bf85ec9ff11d8be3bd2275a560e7"` [INFO] running `"docker" "rm" "-f" "c6cf71bd1d3942369afc00b47ece9a7367e0bf85ec9ff11d8be3bd2275a560e7"` [INFO] [stdout] c6cf71bd1d3942369afc00b47ece9a7367e0bf85ec9ff11d8be3bd2275a560e7