[INFO] updating cached repository dmit/tachibana [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/dmit/tachibana [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/dmit/tachibana" "work/ex/beta-1.38-1/sources/1.37.0/gh/dmit/tachibana"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/dmit/tachibana'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dmit/tachibana" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dmit/tachibana"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dmit/tachibana'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2ba5d44f932329b48bd4fbf43818b69025f68b90 [INFO] sha for GitHub repo dmit/tachibana: 2ba5d44f932329b48bd4fbf43818b69025f68b90 [INFO] validating manifest of dmit/tachibana 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 dmit/tachibana 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 dmit/tachibana [INFO] finished frobbing dmit/tachibana [INFO] frobbed toml for dmit/tachibana written to work/ex/beta-1.38-1/sources/1.37.0/gh/dmit/tachibana/Cargo.toml [INFO] started frobbing dmit/tachibana [INFO] finished frobbing dmit/tachibana [INFO] frobbed toml for dmit/tachibana written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/dmit/tachibana/Cargo.toml [INFO] crate dmit/tachibana 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 dmit/tachibana against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/dmit/tachibana:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] f4720a1023cdd0762269292deb77450a48e7be26bf998a5da8c3ec7ee844058d [INFO] running `"docker" "start" "-a" "f4720a1023cdd0762269292deb77450a48e7be26bf998a5da8c3ec7ee844058d"` [INFO] [stderr] Compiling proc-macro2 v0.4.26 [INFO] [stderr] Compiling safe-transmute v0.10.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.1 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling png v0.14.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling xoshiro v0.0.5 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling image v0.21.0 [INFO] [stderr] Compiling tachibana v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/shape.rs:65:31 [INFO] [stderr] | [INFO] [stderr] 65 | pub struct Shapes<'a>(Vec>); [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Shape + 'a` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [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(duration_float)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:186:22 [INFO] [stderr] | [INFO] [stderr] 186 | 0...79 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:199:23 [INFO] [stderr] | [INFO] [stderr] 199 | 80...94 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/main.rs:213:23 [INFO] [stderr] | [INFO] [stderr] 213 | 95...100 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [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:119:66 [INFO] [stderr] | [INFO] [stderr] 119 | let rays_per_s = rays_rendered as f64 / duration.as_float_secs(); [INFO] [stderr] | ^^^^^^^^^^^^^ [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: Could not compile `tachibana`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f4720a1023cdd0762269292deb77450a48e7be26bf998a5da8c3ec7ee844058d"` [INFO] running `"docker" "rm" "-f" "f4720a1023cdd0762269292deb77450a48e7be26bf998a5da8c3ec7ee844058d"` [INFO] [stdout] f4720a1023cdd0762269292deb77450a48e7be26bf998a5da8c3ec7ee844058d