[INFO] cloning repository https://github.com/10maurycy10/sdf [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/10maurycy10/sdf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F10maurycy10%2Fsdf", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F10maurycy10%2Fsdf'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c4e219c3d0a26111a6578de61db93d68d3f91b3d [INFO] testing 10maurycy10/sdf against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F10maurycy10%2Fsdf" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/10maurycy10/sdf on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/10maurycy10/sdf [INFO] finished tweaking git repo https://github.com/10maurycy10/sdf [INFO] tweaked toml for git repo https://github.com/10maurycy10/sdf written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/10maurycy10/sdf already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 109abbae40dc3f8f4ba5c42210b68dcf3608be5f83c4c89444c55e075249f786 [INFO] running `Command { std: "docker" "start" "-a" "109abbae40dc3f8f4ba5c42210b68dcf3608be5f83c4c89444c55e075249f786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "109abbae40dc3f8f4ba5c42210b68dcf3608be5f83c4c89444c55e075249f786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "109abbae40dc3f8f4ba5c42210b68dcf3608be5f83c4c89444c55e075249f786", kill_on_drop: false }` [INFO] [stdout] 109abbae40dc3f8f4ba5c42210b68dcf3608be5f83c4c89444c55e075249f786 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2191edeca5772f81881d691fce53b2981706b99b110f3e8ee287fd8818397ed1 [INFO] running `Command { std: "docker" "start" "-a" "2191edeca5772f81881d691fce53b2981706b99b110f3e8ee287fd8818397ed1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling paste v1.0.3 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling sdl2 v0.34.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling sdl2-sys v0.34.3 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling simba v0.3.1 [INFO] [stderr] Compiling rand_distr v0.3.0 [INFO] [stderr] Compiling nalgebra v0.23.1 [INFO] [stderr] Compiling rustfract v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0658]: use of unstable library feature 'clamp' [INFO] [stdout] --> src/main.rs:80:73 [INFO] [stdout] | [INFO] [stdout] 80 | let shaded = get_dist_col(&sp).1*((1.0/step_count*3.0)+0.5).clamp(0.0,1.0); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44095 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'clamp' [INFO] [stdout] --> src/sdf.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | (x/y).round().clamp(0.0,z-1.0) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #44095 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustfract` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "2191edeca5772f81881d691fce53b2981706b99b110f3e8ee287fd8818397ed1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2191edeca5772f81881d691fce53b2981706b99b110f3e8ee287fd8818397ed1", kill_on_drop: false }` [INFO] [stdout] 2191edeca5772f81881d691fce53b2981706b99b110f3e8ee287fd8818397ed1