[INFO] cloning repository https://github.com/Drakulix/fireplace [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Drakulix/fireplace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDrakulix%2Ffireplace", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDrakulix%2Ffireplace'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9e863265a2ae13f226a89e4400abd6e6f1c955f7 [INFO] checking Drakulix/fireplace against try#32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d for pr-83312 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDrakulix%2Ffireplace" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Drakulix/fireplace on toolchain 32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Drakulix/fireplace [INFO] finished tweaking git repo https://github.com/Drakulix/fireplace [INFO] tweaked toml for git repo https://github.com/Drakulix/fireplace written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Drakulix/fireplace already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded snowflake v1.3.0 [INFO] [stderr] Downloaded read_color v0.1.0 [INFO] [stderr] Downloaded rusttype v0.2.4 [INFO] [stderr] Downloaded image v0.12.4 [INFO] [stderr] Downloaded id_tree v1.7.0 [INFO] [stderr] Downloaded pistoncore-input v0.17.1 [INFO] [stderr] Downloaded slog-scope v0.2.2 [INFO] [stderr] Downloaded serde_derive v0.9.15 [INFO] [stderr] Downloaded piston2d-graphics v0.20.1 [INFO] [stderr] Downloaded daggy v0.4.1 [INFO] [stderr] Downloaded slog-stdlog v1.1.0 [INFO] [stderr] Downloaded serde_yaml v0.6.2 [INFO] [stderr] Downloaded slog v1.7.1 [INFO] [stderr] Downloaded slog-extra v0.1.2 [INFO] [stderr] Downloaded slog-stream v1.2.1 [INFO] [stderr] Downloaded xkbcommon v0.2.1 [INFO] [stderr] Downloaded chrono v0.3.0 [INFO] [stderr] Downloaded ioctl-sys v0.5.2 [INFO] [stderr] Downloaded conrod v0.51.1 [INFO] [stderr] Downloaded png v0.6.2 [INFO] [stderr] Downloaded shader_version v0.2.2 [INFO] [stderr] Downloaded serde_codegen_internals v0.14.2 [INFO] [stderr] Downloaded slog-term v1.5.0 [INFO] [stderr] Downloaded uinput-sys v0.1.7 [INFO] [stderr] Downloaded libsystemd-sys v0.0.10 [INFO] [stderr] Downloaded piston-texture v0.5.0 [INFO] [stderr] Downloaded core-graphics v0.6.0 [INFO] [stderr] Downloaded shaders_graphics2d_gles v0.1.0 [INFO] [stderr] Downloaded core-text v3.0.0 [INFO] [stderr] Downloaded font-loader v0.1.4 [INFO] [stderr] Downloaded slog-journald v1.0.0 [INFO] [stderr] Downloaded slog-html v0.1.3 [INFO] [stderr] Downloaded opengles_graphics v0.1.0 [INFO] [stderr] Downloaded silverknife-fontconfig-sys v0.1.0 [INFO] [stderr] Downloaded egli v0.2.1 [INFO] [stderr] Downloaded wlc v2.0.1 [INFO] [stderr] Downloaded petgraph v0.2.10 [INFO] [stderr] Downloaded wlc-sys v0.0.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c96ff78a0e58e8597f26af1127aadd47e097b49441643b5dd57c711e023d641f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c96ff78a0e58e8597f26af1127aadd47e097b49441643b5dd57c711e023d641f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c96ff78a0e58e8597f26af1127aadd47e097b49441643b5dd57c711e023d641f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c96ff78a0e58e8597f26af1127aadd47e097b49441643b5dd57c711e023d641f", kill_on_drop: false }` [INFO] [stdout] c96ff78a0e58e8597f26af1127aadd47e097b49441643b5dd57c711e023d641f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+32cb8dc6fdc8140b91f4d17c4883e528db4e7e6d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87d61da2dfdf9d89d5b7b8d25116510bc430afed68071ec9f8e3f589cf8cc9a3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "87d61da2dfdf9d89d5b7b8d25116510bc430afed68071ec9f8e3f589cf8cc9a3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.91 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling dtoa v0.4.7 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Checking slog v1.7.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Checking piston-float v0.3.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling khronos_api v1.0.1 [INFO] [stderr] Checking interpolation v0.1.0 [INFO] [stderr] Checking piston-texture v0.5.0 [INFO] [stderr] Checking read_color v0.1.0 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking inflate v0.1.1 [INFO] [stderr] Checking fixedbitset v0.1.9 [INFO] [stderr] Checking crossbeam v0.2.12 [INFO] [stderr] Checking shaders_graphics2d_gles v0.1.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking shader_version v0.2.2 [INFO] [stderr] Checking snowflake v1.3.0 [INFO] [stderr] Checking linked-hash-map v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling syntex_pos v0.54.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking piston-viewport v0.3.0 [INFO] [stderr] Checking vecmath v0.3.1 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Compiling xml-rs v0.6.1 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking unsafe-any v0.4.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking petgraph v0.2.10 [INFO] [stderr] Checking id_tree v1.7.0 [INFO] [stderr] Compiling clang-sys v0.14.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking slog-scope v0.2.2 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling silverknife-fontconfig-sys v0.1.0 [INFO] [stderr] Compiling libsystemd-sys v0.0.10 [INFO] [stderr] Checking slog-extra v0.1.2 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Checking typemap v0.3.3 [INFO] [stderr] Checking stb_truetype v0.2.8 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Checking piston2d-graphics v0.20.1 [INFO] [stderr] Checking pistoncore-input v0.17.1 [INFO] [stderr] Checking slog-stream v1.2.1 [INFO] [stderr] Checking serde_yaml v0.6.2 [INFO] [stderr] Checking daggy v0.4.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Checking rusttype v0.2.4 [INFO] [stdout] error[E0432]: unresolved import `std::collections::Bound` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusttype-0.2.4/src/gpu_cache.rs:28:23 [INFO] [stdout] | [INFO] [stdout] 28 | use std::collections::Bound::{Included, Unbounded}; [INFO] [stdout] | ^^^^^ `Bound` is a type alias, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling syntex_errors v0.54.0 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Checking crossbeam-epoch v0.9.3 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking time v0.1.44 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rusttype` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "87d61da2dfdf9d89d5b7b8d25116510bc430afed68071ec9f8e3f589cf8cc9a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87d61da2dfdf9d89d5b7b8d25116510bc430afed68071ec9f8e3f589cf8cc9a3", kill_on_drop: false }` [INFO] [stdout] 87d61da2dfdf9d89d5b7b8d25116510bc430afed68071ec9f8e3f589cf8cc9a3