[INFO] updating cached repository genya0407/fake_dns [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/genya0407/fake_dns [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/genya0407/fake_dns" "work/ex/beta-1.38-1/sources/1.37.0/gh/genya0407/fake_dns"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/genya0407/fake_dns'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/genya0407/fake_dns" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/genya0407/fake_dns"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/genya0407/fake_dns'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b745abbfe989e9f1cb821f1cd903c308a81dedc7 [INFO] sha for GitHub repo genya0407/fake_dns: b745abbfe989e9f1cb821f1cd903c308a81dedc7 [INFO] validating manifest of genya0407/fake_dns 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 genya0407/fake_dns 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 genya0407/fake_dns [INFO] finished frobbing genya0407/fake_dns [INFO] frobbed toml for genya0407/fake_dns written to work/ex/beta-1.38-1/sources/1.37.0/gh/genya0407/fake_dns/Cargo.toml [INFO] started frobbing genya0407/fake_dns [INFO] finished frobbing genya0407/fake_dns [INFO] frobbed toml for genya0407/fake_dns written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/genya0407/fake_dns/Cargo.toml [INFO] crate genya0407/fake_dns 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 genya0407/fake_dns 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/genya0407/fake_dns:/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] ab0f22482a27ad435ca03bcf823fa8b50789552b4e1ad0eb4976e148e1092fef [INFO] running `"docker" "start" "-a" "ab0f22482a27ad435ca03bcf823fa8b50789552b4e1ad0eb4976e148e1092fef"` [INFO] [stderr] Compiling string-error v0.1.0 [INFO] [stderr] Compiling hex-slice v0.1.4 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling pnet_sys v0.21.0 [INFO] [stderr] Compiling pcap v0.7.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling pnet_datalink v0.21.0 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.10 [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 pnet v0.21.0 [INFO] [stderr] Compiling fake_dns v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `std::slice::SliceConcatExt` [INFO] [stderr] --> src/dns/message.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::slice::SliceConcatExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SliceConcatExt` in `slice` [INFO] [stderr] [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(slice_concat_ext)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(inclusive_range_syntax)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `fake_dns`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ab0f22482a27ad435ca03bcf823fa8b50789552b4e1ad0eb4976e148e1092fef"` [INFO] running `"docker" "rm" "-f" "ab0f22482a27ad435ca03bcf823fa8b50789552b4e1ad0eb4976e148e1092fef"` [INFO] [stdout] ab0f22482a27ad435ca03bcf823fa8b50789552b4e1ad0eb4976e148e1092fef