[INFO] updating cached repository https://github.com/MashPlant/ray_tracer [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] 62ea967f344ad420fd026805892594819baf1149 [INFO] testing MashPlant/ray_tracer against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FMashPlant%2Fray_tracer" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 23% (17/73) Checking out files: 24% (18/73) Checking out files: 26% (19/73) Checking out files: 27% (20/73) Checking out files: 28% (21/73) Checking out files: 30% (22/73) Checking out files: 31% (23/73) Checking out files: 32% (24/73) Checking out files: 34% (25/73) Checking out files: 35% (26/73) Checking out files: 36% (27/73) Checking out files: 38% (28/73) Checking out files: 39% (29/73) Checking out files: 41% (30/73) Checking out files: 42% (31/73) Checking out files: 43% (32/73) Checking out files: 45% (33/73) Checking out files: 46% (34/73) Checking out files: 47% (35/73) Checking out files: 49% (36/73) Checking out files: 50% (37/73) Checking out files: 52% (38/73) Checking out files: 53% (39/73) Checking out files: 54% (40/73) Checking out files: 56% (41/73) Checking out files: 57% (42/73) Checking out files: 58% (43/73) Checking out files: 60% (44/73) Checking out files: 61% (45/73) Checking out files: 63% (46/73) Checking out files: 64% (47/73) Checking out files: 65% (48/73) Checking out files: 67% (49/73) Checking out files: 68% (50/73) Checking out files: 69% (51/73) Checking out files: 71% (52/73) Checking out files: 72% (53/73) Checking out files: 73% (54/73) Checking out files: 75% (55/73) Checking out files: 76% (56/73) Checking out files: 78% (57/73) Checking out files: 79% (58/73) Checking out files: 80% (59/73) Checking out files: 82% (60/73) Checking out files: 83% (61/73) Checking out files: 84% (62/73) Checking out files: 86% (63/73) Checking out files: 87% (64/73) Checking out files: 89% (65/73) Checking out files: 90% (66/73) Checking out files: 91% (67/73) Checking out files: 93% (68/73) Checking out files: 94% (69/73) Checking out files: 95% (70/73) Checking out files: 97% (71/73) Checking out files: 98% (72/73) Checking out files: 100% (73/73) Checking out files: 100% (73/73), done. [INFO] validating manifest of git repo https://github.com/MashPlant/ray_tracer 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/MashPlant/ray_tracer [INFO] finished tweaking git repo https://github.com/MashPlant/ray_tracer [INFO] tweaked toml for git repo https://github.com/MashPlant/ray_tracer written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 4c542aa7b44491bba524e25d5e53a595e049c22466e60894dbba49d7d473df55 [INFO] running `"docker" "start" "-a" "4c542aa7b44491bba524e25d5e53a595e049c22466e60894dbba49d7d473df55"` [INFO] [stderr] Compiling f128_internal v0.1.0 [INFO] [stderr] Compiling bincode v1.2.0 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling f128_input v0.1.0 [INFO] [stderr] Compiling f128 v0.2.3 [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/f128-0.2.3/src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(proc_macro_hygiene)] [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 `f128`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4c542aa7b44491bba524e25d5e53a595e049c22466e60894dbba49d7d473df55"` [INFO] running `"docker" "rm" "-f" "4c542aa7b44491bba524e25d5e53a595e049c22466e60894dbba49d7d473df55"` [INFO] [stdout] 4c542aa7b44491bba524e25d5e53a595e049c22466e60894dbba49d7d473df55