[INFO] cloning repository https://github.com/wibbe/tiny-rts [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wibbe/tiny-rts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwibbe%2Ftiny-rts", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwibbe%2Ftiny-rts'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8e6f4781a09a5a05d7d7d34a2ed7fdab9a57087b [INFO] checking wibbe/tiny-rts against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwibbe%2Ftiny-rts" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wibbe/tiny-rts on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wibbe/tiny-rts [INFO] finished tweaking git repo https://github.com/wibbe/tiny-rts [INFO] tweaked toml for git repo https://github.com/wibbe/tiny-rts written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/wibbe/tiny-rts already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tempfile v3.0.0 [INFO] [stderr] Downloaded x11-dl v2.17.5 [INFO] [stderr] Downloaded gleam v0.4.32 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a35d837301530341ebd7cc656359d210b741ae80cd8a0cd92e0b5612d8708b3 [INFO] running `Command { std: "docker" "start" "-a" "5a35d837301530341ebd7cc656359d210b741ae80cd8a0cd92e0b5612d8708b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a35d837301530341ebd7cc656359d210b741ae80cd8a0cd92e0b5612d8708b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a35d837301530341ebd7cc656359d210b741ae80cd8a0cd92e0b5612d8708b3", kill_on_drop: false }` [INFO] [stdout] 5a35d837301530341ebd7cc656359d210b741ae80cd8a0cd92e0b5612d8708b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1643fc641a01761d5255f9c9024173b50d0fe56d21d95eea3e0607db075c760f [INFO] running `Command { std: "docker" "start" "-a" "1643fc641a01761d5255f9c9024173b50d0fe56d21d95eea3e0607db075c760f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling byteorder v1.2.2 [INFO] [stderr] Compiling adler32 v1.0.2 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling color_quant v1.0.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling log v0.4.1 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling deflate v0.7.18 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Checking num-integer v0.1.36 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Checking num-iter v0.1.35 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking rayon v1.0.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.14 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Compiling tiny v0.1.0 (/opt/rustwide/workdir/tiny) [INFO] [stdout] error[E0463]: can't find crate for `glutin` [INFO] [stdout] --> tiny/src/lib.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate glutin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tiny` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "1643fc641a01761d5255f9c9024173b50d0fe56d21d95eea3e0607db075c760f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1643fc641a01761d5255f9c9024173b50d0fe56d21d95eea3e0607db075c760f", kill_on_drop: false }` [INFO] [stdout] 1643fc641a01761d5255f9c9024173b50d0fe56d21d95eea3e0607db075c760f