[INFO] updating cached repository andreimaximov/usrnet [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/andreimaximov/usrnet [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/andreimaximov/usrnet" "work/ex/pr-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/gh/andreimaximov/usrnet"` [INFO] [stderr] Cloning into 'work/ex/pr-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/gh/andreimaximov/usrnet'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/andreimaximov/usrnet" "work/ex/pr-57745/sources/try#29640c57b5f92febba0e40c50cb863c9a7ede51d/gh/andreimaximov/usrnet"` [INFO] [stderr] Cloning into 'work/ex/pr-57745/sources/try#29640c57b5f92febba0e40c50cb863c9a7ede51d/gh/andreimaximov/usrnet'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 246febe5837f6953e53a8852cdda25e0f501780c [INFO] sha for GitHub repo andreimaximov/usrnet: 246febe5837f6953e53a8852cdda25e0f501780c [INFO] validating manifest of andreimaximov/usrnet on toolchain master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of andreimaximov/usrnet on toolchain try#29640c57b5f92febba0e40c50cb863c9a7ede51d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing andreimaximov/usrnet [INFO] removed 8 missing examples [INFO] finished frobbing andreimaximov/usrnet [INFO] frobbed toml for andreimaximov/usrnet written to work/ex/pr-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/gh/andreimaximov/usrnet/Cargo.toml [INFO] started frobbing andreimaximov/usrnet [INFO] removed 8 missing examples [INFO] finished frobbing andreimaximov/usrnet [INFO] frobbed toml for andreimaximov/usrnet written to work/ex/pr-57745/sources/try#29640c57b5f92febba0e40c50cb863c9a7ede51d/gh/andreimaximov/usrnet/Cargo.toml [INFO] crate andreimaximov/usrnet has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+29640c57b5f92febba0e40c50cb863c9a7ede51d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking andreimaximov/usrnet against master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039 for pr-57745 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57745/worker-4/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57745/sources/master#f613dc138b4012cf3d2eb40718fbcc7cf0a34039/gh/andreimaximov/usrnet:/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" "+f613dc138b4012cf3d2eb40718fbcc7cf0a34039-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 32199114292acc45435540cbda4b5e91bedff713ac090905181632dc61af7619 [INFO] running `"docker" "start" "-a" "32199114292acc45435540cbda4b5e91bedff713ac090905181632dc61af7619"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/tcpcat.rs [INFO] [stderr] * /opt/crater/workdir/examples/traceroute.rs [INFO] [stderr] * /opt/crater/workdir/examples/udpcat.rs [INFO] [stderr] * /opt/crater/workdir/examples/dev_up.rs [INFO] [stderr] * /opt/crater/workdir/examples/arping.rs [INFO] [stderr] * /opt/crater/workdir/examples/ping.rs [INFO] [stderr] * /opt/crater/workdir/examples/tcpecho.rs [INFO] [stderr] * /opt/crater/workdir/examples/udpecho.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Checking enum-set v0.0.7 [INFO] [stderr] Checking assert_matches v1.1.0 [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Compiling xattr v0.2.1 [INFO] [stderr] Compiling filetime v0.2.1 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Checking get_if_addrs v0.5.1 [INFO] [stderr] Checking clap v2.30.0 [INFO] [stderr] Checking backtrace-sys v0.1.23 [INFO] [stderr] Checking chrono v0.4.0 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Compiling tar v0.4.15 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking usrnet v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Checking assert_cli v0.6.1 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Checking env_logger v0.5.3 [INFO] [stderr] Compiling libpcre-sys v0.2.2 [INFO] [stderr] warning: redundant linker flag specified for library `pcre` [INFO] [stderr] [INFO] [stderr] Checking pcre v0.2.3 [INFO] [stderr] Checking structopt v0.2.10 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.58s [INFO] running `"docker" "inspect" "32199114292acc45435540cbda4b5e91bedff713ac090905181632dc61af7619"` [INFO] running `"docker" "rm" "-f" "32199114292acc45435540cbda4b5e91bedff713ac090905181632dc61af7619"` [INFO] [stdout] 32199114292acc45435540cbda4b5e91bedff713ac090905181632dc61af7619