[INFO] updating cached repository https://github.com/64/iris [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 6e9e39a60e0b0eecf2148464f237ed5f311d471a [INFO] checking 64/iris against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F64%2Firis" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/64/iris on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/64/iris [INFO] finished tweaking git repo https://github.com/64/iris [INFO] tweaked toml for git repo https://github.com/64/iris written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/64/iris already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 99827a480590f2cff791d0339e8429ce061b3a035ce92f7c1bdd643483cdf6b0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "99827a480590f2cff791d0339e8429ce061b3a035ce92f7c1bdd643483cdf6b0"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Checking libm v0.1.2 [INFO] [stderr] Checking bumpalo v2.2.2 [INFO] [stderr] Checking approx v0.3.1 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.0 [INFO] [stderr] Checking number_prefix v0.2.8 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking generic-array v0.12.0 [INFO] [stderr] Compiling syn v0.15.28 [INFO] [stderr] Checking png v0.14.0 [INFO] [stderr] Checking console v0.7.5 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking alga v0.8.2 [INFO] [stderr] Checking indicatif v0.11.0 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking nalgebra v0.17.2 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling derive-new v0.5.6 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking image v0.21.0 [INFO] [stderr] Checking bvh v0.3.1 [INFO] [stderr] Checking rt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(duration_float)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(duration_float)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_float_secs` found for type `std::time::Duration` in the current scope [INFO] [stderr] --> src/main.rs:129:42 [INFO] [stderr] | [INFO] [stderr] 129 | println!("Rendered in {}s", duration.as_float_secs()); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::time::Duration` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_float_secs` found for type `std::time::Duration` in the current scope [INFO] [stderr] --> src/main.rs:129:42 [INFO] [stderr] | [INFO] [stderr] 129 | println!("Rendered in {}s", duration.as_float_secs()); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::time::Duration` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0554`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `rt`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rt`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "99827a480590f2cff791d0339e8429ce061b3a035ce92f7c1bdd643483cdf6b0"` [INFO] running `"docker" "rm" "-f" "99827a480590f2cff791d0339e8429ce061b3a035ce92f7c1bdd643483cdf6b0"` [INFO] [stdout] 99827a480590f2cff791d0339e8429ce061b3a035ce92f7c1bdd643483cdf6b0