[INFO] updating cached repository https://github.com/garyttierney/fiveo-web [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f1ded159e5d9697072de1b8dd19475af9164e358 [INFO] testing garyttierney/fiveo-web against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgaryttierney%2Ffiveo-web" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/garyttierney/fiveo-web on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/garyttierney/fiveo-web [INFO] finished tweaking git repo https://github.com/garyttierney/fiveo-web [INFO] tweaked toml for git repo https://github.com/garyttierney/fiveo-web written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/garyttierney/fiveo-web already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] d9369f5578f03095fa541d46512ca359388be7079aeea2c796d41e0ebfd104b7 [INFO] running `"docker" "start" "-a" "d9369f5578f03095fa541d46512ca359388be7079aeea2c796d41e0ebfd104b7"` [INFO] [stderr] Compiling object-alloc v0.1.0 [INFO] [stderr] Compiling fiveo v0.3.2 [INFO] [stderr] Compiling errno v0.2.3 [INFO] [stderr] error[E0432]: unresolved import `alloc::allocator` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/object-alloc-0.1.0/src/lib.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | use alloc::allocator::Layout; [INFO] [stderr] | ^^^^^^^^^ could not find `allocator` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/object-alloc-0.1.0/src/lib.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | #![feature(alloc, allocator_api)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/object-alloc-0.1.0/src/lib.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | #![feature(core_intrinsics)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `alloc::BinaryHeap`, `alloc::Vec`, `core::num::Float` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiveo-0.3.2/src/lib.rs:13:14 [INFO] [stderr] | [INFO] [stderr] 13 | use {alloc::{BinaryHeap, Vec}, core::{cmp, iter, str, f32, num::Float}}; [INFO] [stderr] | ^^^^^^^^^^ ^^^ ^^^^^^^^^^ no `Float` in `num` [INFO] [stderr] | | | [INFO] [stderr] | | no `Vec` in the root [INFO] [stderr] | | help: a similar name exists in the module: `vec` [INFO] [stderr] | no `BinaryHeap` in the root [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiveo-0.3.2/src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiveo-0.3.2/src/lib.rs:9:38 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg_attr(feature = "webassembly", feature(alloc, core_intrinsics, core_float))] [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 `object-alloc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiveo-0.3.2/src/lib.rs:279:20 [INFO] [stderr] | [INFO] [stderr] 259 | ) -> f32 { [INFO] [stderr] | --- expected `f32` because of return type [INFO] [stderr] ... [INFO] [stderr] 279 | return cached_score; [INFO] [stderr] | ^^^^^^^^^^^^ expected f32, found &mut _ [INFO] [stderr] | [INFO] [stderr] = note: expected type `f32` [INFO] [stderr] found type `&mut _` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `abs` found for type `f32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fiveo-0.3.2/src/lib.rs:348:29 [INFO] [stderr] | [INFO] [stderr] 348 | if f32::abs(score - 1.0f32) < f32::EPSILON { [INFO] [stderr] | ^^^ function or associated item not found in `f32` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `fiveo`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d9369f5578f03095fa541d46512ca359388be7079aeea2c796d41e0ebfd104b7"` [INFO] running `"docker" "rm" "-f" "d9369f5578f03095fa541d46512ca359388be7079aeea2c796d41e0ebfd104b7"` [INFO] [stdout] d9369f5578f03095fa541d46512ca359388be7079aeea2c796d41e0ebfd104b7