[INFO] cloning repository https://github.com/mraof/morbitgen [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mraof/morbitgen" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmraof%2Fmorbitgen"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmraof%2Fmorbitgen'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3d9e537a20ac2ebb0e36156ddacae3cf791a9db8 [INFO] testing mraof/morbitgen against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmraof%2Fmorbitgen" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mraof/morbitgen on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mraof/morbitgen [INFO] finished tweaking git repo https://github.com/mraof/morbitgen [INFO] tweaked toml for git repo https://github.com/mraof/morbitgen written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/mraof/morbitgen already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7245ec25e8f508d8beafc6c185ced0378bf5bee9ab642192f011f2c6ff1b2426 [INFO] running `"docker" "start" "-a" "7245ec25e8f508d8beafc6c185ced0378bf5bee9ab642192f011f2c6ff1b2426"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling stdweb-internal-runtime v0.1.3 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling base-x v0.2.3 [INFO] [stderr] Compiling rustc-demangle v0.1.11 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling backtrace-sys v0.1.26 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling stdweb v0.4.12 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling http v0.1.14 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.82 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.4 [INFO] [stderr] Compiling yew v0.4.0 [INFO] [stderr] Compiling morbitgen v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'rand::distributions::WeightedChoice': use WeightedIndex instead [INFO] [stderr] --> src/lib.rs:22:27 [INFO] [stderr] | [INFO] [stderr] 22 | use rand::distributions::{WeightedChoice, Weighted, Distribution}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::distributions::Weighted': use WeightedIndex instead [INFO] [stderr] --> src/lib.rs:22:43 [INFO] [stderr] | [INFO] [stderr] 22 | use rand::distributions::{WeightedChoice, Weighted, Distribution}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::distributions::Weighted': use WeightedIndex instead [INFO] [stderr] --> src/lib.rs:371:29 [INFO] [stderr] | [INFO] [stderr] 371 | ... Weighted { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::distributions::WeightedChoice': use WeightedIndex instead [INFO] [stderr] --> src/lib.rs:377:30 [INFO] [stderr] | [INFO] [stderr] 377 | let wc = WeightedChoice::new(&mut vec); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::distributions::Weighted::weight': use WeightedIndex instead [INFO] [stderr] --> src/lib.rs:372:33 [INFO] [stderr] | [INFO] [stderr] 372 | ... weight: chance.chance(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::distributions::Weighted::item': use WeightedIndex instead [INFO] [stderr] --> src/lib.rs:373:33 [INFO] [stderr] | [INFO] [stderr] 373 | ... item: *chance, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::distributions::WeightedChoice::<'a, T>::new': use WeightedIndex instead [INFO] [stderr] --> src/lib.rs:377:30 [INFO] [stderr] | [INFO] [stderr] 377 | let wc = WeightedChoice::new(&mut vec); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(rust_2018_preview, uniform_paths)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 `morbitgen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7245ec25e8f508d8beafc6c185ced0378bf5bee9ab642192f011f2c6ff1b2426"` [INFO] running `"docker" "rm" "-f" "7245ec25e8f508d8beafc6c185ced0378bf5bee9ab642192f011f2c6ff1b2426"` [INFO] [stdout] 7245ec25e8f508d8beafc6c185ced0378bf5bee9ab642192f011f2c6ff1b2426