[INFO] fetching crate imageproc 0.19.2... [INFO] checking imageproc-0.19.2 against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] extracting crate imageproc 0.19.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate imageproc 0.19.2 on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate imageproc 0.19.2 [INFO] finished tweaking crates.io crate imageproc 0.19.2 [INFO] tweaked toml for crates.io crate imageproc 0.19.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate imageproc 0.19.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=allow" "-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" "+8810c24b0958114d8dbb32d878444e8956fce80f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 166a110b18e43a176770654cac520beba5ff5f54ca8c1cc8c8cb908f7551dff0 [INFO] running `"docker" "start" "-a" "166a110b18e43a176770654cac520beba5ff5f54ca8c1cc8c8cb908f7551dff0"` [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.50 [INFO] [stderr] Compiling wasm-bindgen v0.2.50 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking rulinalg v0.4.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.50 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Checking quickcheck v0.8.5 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.50 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.50 [INFO] [stderr] Checking image v0.22.2 [INFO] [stderr] Checking js-sys v0.3.27 [INFO] [stderr] Checking console_error_panic_hook v0.1.6 [INFO] [stderr] Checking imageproc v0.19.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking wasm-bindgen-futures v0.3.27 [INFO] [stderr] Checking wasm-bindgen-test v0.2.50 [INFO] [stderr] error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/font.rs:20:26 [INFO] [stderr] | [INFO] [stderr] 20 | let font = Vec::from(include_bytes!("DejaVuSans.ttf") as &[u8]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `imageproc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:11:19 [INFO] [stderr] | [INFO] [stderr] 11 | #![cfg_attr(test, feature(test))] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> tests/regression.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> tests/regression.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #![feature(unboxed_closures)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> tests/regression.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | #![feature(fn_traits)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `imageproc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 `imageproc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "166a110b18e43a176770654cac520beba5ff5f54ca8c1cc8c8cb908f7551dff0"` [INFO] running `"docker" "rm" "-f" "166a110b18e43a176770654cac520beba5ff5f54ca8c1cc8c8cb908f7551dff0"` [INFO] [stdout] 166a110b18e43a176770654cac520beba5ff5f54ca8c1cc8c8cb908f7551dff0