[INFO] updating cached repository huoyuanliao/scade [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/huoyuanliao/scade [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/huoyuanliao/scade" "work/ex/beta-1.38-1/sources/1.37.0/gh/huoyuanliao/scade"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/huoyuanliao/scade'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/huoyuanliao/scade" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/huoyuanliao/scade"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/huoyuanliao/scade'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e7dbe36ed0dcebdd0115d083d5d3235344435db7 [INFO] sha for GitHub repo huoyuanliao/scade: e7dbe36ed0dcebdd0115d083d5d3235344435db7 [INFO] validating manifest of huoyuanliao/scade on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of huoyuanliao/scade on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing huoyuanliao/scade [INFO] finished frobbing huoyuanliao/scade [INFO] frobbed toml for huoyuanliao/scade written to work/ex/beta-1.38-1/sources/1.37.0/gh/huoyuanliao/scade/Cargo.toml [INFO] started frobbing huoyuanliao/scade [INFO] finished frobbing huoyuanliao/scade [INFO] frobbed toml for huoyuanliao/scade written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/huoyuanliao/scade/Cargo.toml [INFO] crate huoyuanliao/scade already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing huoyuanliao/scade against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/huoyuanliao/scade:/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-08-13" "build" "--frozen"` [INFO] [stdout] f39bd3124838f44d6ff084885cd757b0a70ecb97ac5ed0017a1115bf889b6e91 [INFO] running `"docker" "start" "-a" "f39bd3124838f44d6ff084885cd757b0a70ecb97ac5ed0017a1115bf889b6e91"` [INFO] [stderr] Compiling pnet_base v0.21.0 [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling pnet v0.21.0 [INFO] [stderr] Compiling ipnetwork v0.12.8 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling pnet_sys v0.21.0 [INFO] [stderr] Compiling pnet_macros_support v0.21.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling pnet_datalink v0.21.0 [INFO] [stderr] Compiling syntex_syntax v0.42.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 scade v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(rust_2018_preview)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smport_list.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref SERVICE_PORTS: PortSet = { [INFO] [stderr] 7 | | let mut service = PortSet::new(); [INFO] [stderr] 8 | | for port in SERVICE_PORTS_LIST.iter() { [INFO] [stderr] ... | [INFO] [stderr] 12 | | }; [INFO] [stderr] 13 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/smport_list.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | pub static ref MALWARE_PORTS: PortSet = { [INFO] [stderr] 17 | | let mut malware = PortSet::new(); [INFO] [stderr] 18 | | for port in MALWARE_PORTS_LIST.iter() { [INFO] [stderr] ... | [INFO] [stderr] 22 | | }; [INFO] [stderr] 23 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | pub static ref TRIGGERS: Mutex> = { [INFO] [stderr] 31 | | let mut trigger: Vec = Vec::new(); [INFO] [stderr] 32 | | let re = Regex::new(TRIGGER_REG).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 43 | | }; [INFO] [stderr] 44 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | pub static ref INBOUND_TRACKER_MAP: Mutex = { [INFO] [stderr] 48 | | Mutex::new( [INFO] [stderr] 49 | | TrackerMap::new() [INFO] [stderr] 50 | | ) [INFO] [stderr] 51 | | }; [INFO] [stderr] 52 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/config.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | / lazy_static! { [INFO] [stderr] 84 | | pub static ref OUTBOUND_TRACKER_MAP: Mutex = { [INFO] [stderr] 85 | | Mutex::new( [INFO] [stderr] 86 | | TrackerMap::new() [INFO] [stderr] 87 | | ) [INFO] [stderr] 88 | | }; [INFO] [stderr] 89 | | } [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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `scade`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f39bd3124838f44d6ff084885cd757b0a70ecb97ac5ed0017a1115bf889b6e91"` [INFO] running `"docker" "rm" "-f" "f39bd3124838f44d6ff084885cd757b0a70ecb97ac5ed0017a1115bf889b6e91"` [INFO] [stdout] f39bd3124838f44d6ff084885cd757b0a70ecb97ac5ed0017a1115bf889b6e91