[INFO] updating cached repository kpcyrd/rshijack [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kpcyrd/rshijack [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kpcyrd/rshijack" "work/ex/beta-1.37-6/sources/1.36.0/gh/kpcyrd/rshijack"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/kpcyrd/rshijack'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kpcyrd/rshijack" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kpcyrd/rshijack"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kpcyrd/rshijack'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 602a08b13eb0d60b0558a34a87fe084d5f5f360c [INFO] sha for GitHub repo kpcyrd/rshijack: 602a08b13eb0d60b0558a34a87fe084d5f5f360c [INFO] validating manifest of kpcyrd/rshijack on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of kpcyrd/rshijack on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing kpcyrd/rshijack [INFO] finished frobbing kpcyrd/rshijack [INFO] frobbed toml for kpcyrd/rshijack written to work/ex/beta-1.37-6/sources/1.36.0/gh/kpcyrd/rshijack/Cargo.toml [INFO] started frobbing kpcyrd/rshijack [INFO] finished frobbing kpcyrd/rshijack [INFO] frobbed toml for kpcyrd/rshijack written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kpcyrd/rshijack/Cargo.toml [INFO] crate kpcyrd/rshijack already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing kpcyrd/rshijack against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kpcyrd/rshijack:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 888bbbefaeec63bd3a44fde3b4a97b6e7b80b6e20a2c5ce4acc7baf1e1f122ad [INFO] running `"docker" "start" "-a" "888bbbefaeec63bd3a44fde3b4a97b6e7b80b6e20a2c5ce4acc7baf1e1f122ad"` [INFO] [stderr] Compiling pnet_base v0.21.0 [INFO] [stderr] Compiling ipnetwork v0.12.8 [INFO] [stderr] Compiling pnet v0.21.0 [INFO] [stderr] Compiling termcolor v0.3.5 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling pnet_sys v0.21.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling pnet_macros_support v0.21.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling pnet_datalink v0.21.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling env_logger v0.5.6 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling pktparse v0.2.2 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.21.0 [INFO] [stderr] Compiling pnet_packet v0.21.0 [INFO] [stderr] Compiling pnet_transport v0.21.0 [INFO] [stderr] Compiling rshijack v0.3.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:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain! { [INFO] [stderr] 16 | | foreign_links { [INFO] [stderr] 17 | | Io(std::io::Error); [INFO] [stderr] 18 | | ParseInt(std::num::ParseIntError); [INFO] [stderr] 19 | | ParseAddress(std::net::AddrParseError); [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain! { [INFO] [stderr] 16 | | foreign_links { [INFO] [stderr] 17 | | Io(std::io::Error); [INFO] [stderr] 18 | | ParseInt(std::num::ParseIntError); [INFO] [stderr] 19 | | ParseAddress(std::net::AddrParseError); [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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 1m 50s [INFO] running `"docker" "inspect" "888bbbefaeec63bd3a44fde3b4a97b6e7b80b6e20a2c5ce4acc7baf1e1f122ad"` [INFO] running `"docker" "rm" "-f" "888bbbefaeec63bd3a44fde3b4a97b6e7b80b6e20a2c5ce4acc7baf1e1f122ad"` [INFO] [stdout] 888bbbefaeec63bd3a44fde3b4a97b6e7b80b6e20a2c5ce4acc7baf1e1f122ad [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kpcyrd/rshijack:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 72e15bbcbea7022cce90f273aa8b45d3143e067d02cb56a8c485e3017c32a00b [INFO] running `"docker" "start" "-a" "72e15bbcbea7022cce90f273aa8b45d3143e067d02cb56a8c485e3017c32a00b"` [INFO] [stderr] Compiling rshijack v0.3.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:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain! { [INFO] [stderr] 16 | | foreign_links { [INFO] [stderr] 17 | | Io(std::io::Error); [INFO] [stderr] 18 | | ParseInt(std::num::ParseIntError); [INFO] [stderr] 19 | | ParseAddress(std::net::AddrParseError); [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / error_chain! { [INFO] [stderr] 16 | | foreign_links { [INFO] [stderr] 17 | | Io(std::io::Error); [INFO] [stderr] 18 | | ParseInt(std::num::ParseIntError); [INFO] [stderr] 19 | | ParseAddress(std::net::AddrParseError); [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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 1.69s [INFO] running `"docker" "inspect" "72e15bbcbea7022cce90f273aa8b45d3143e067d02cb56a8c485e3017c32a00b"` [INFO] running `"docker" "rm" "-f" "72e15bbcbea7022cce90f273aa8b45d3143e067d02cb56a8c485e3017c32a00b"` [INFO] [stdout] 72e15bbcbea7022cce90f273aa8b45d3143e067d02cb56a8c485e3017c32a00b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/kpcyrd/rshijack:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] c1ed6eed0c460eefa1c5957f57f0ed62892220d42ae2a5990df4778172ea66d1 [INFO] running `"docker" "start" "-a" "c1ed6eed0c460eefa1c5957f57f0ed62892220d42ae2a5990df4778172ea66d1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/rshijack-abf344d91054ac3d [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" "c1ed6eed0c460eefa1c5957f57f0ed62892220d42ae2a5990df4778172ea66d1"` [INFO] running `"docker" "rm" "-f" "c1ed6eed0c460eefa1c5957f57f0ed62892220d42ae2a5990df4778172ea66d1"` [INFO] [stdout] c1ed6eed0c460eefa1c5957f57f0ed62892220d42ae2a5990df4778172ea66d1