[INFO] updating cached repository https://github.com/darrint/device-blocker [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] 213c89c7d8fa725ea1a4fdd6954f83d4a1a2086a [INFO] checking darrint/device-blocker against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarrint%2Fdevice-blocker" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/darrint/device-blocker on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/darrint/device-blocker [INFO] finished tweaking git repo https://github.com/darrint/device-blocker [INFO] tweaked toml for git repo https://github.com/darrint/device-blocker written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/darrint/device-blocker already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a9f0367664ece57cf1334337e2b7acef9311b38b0c99aa2e1740158603ba0bf6 [INFO] running `"docker" "start" "-a" "a9f0367664ece57cf1334337e2b7acef9311b38b0c99aa2e1740158603ba0bf6"` [INFO] [stderr] Checking checksum v0.2.1 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking ordermap v0.2.13 [INFO] [stderr] Checking num-bigint v0.1.43 [INFO] [stderr] Compiling juniper_codegen v0.9.2 [INFO] [stderr] Checking error-chain v0.7.2 [INFO] [stderr] Checking bodyparser v0.8.0 [INFO] [stderr] Checking twoway v0.1.7 [INFO] [stderr] Checking multipart v0.13.6 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking urlencoded v0.6.0 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking chrono v0.4.0 [INFO] [stderr] Checking params v0.8.0 [INFO] [stderr] Checking juniper v0.9.2 [INFO] [stderr] Checking juniper_iron v0.1.2 [INFO] [stderr] Checking device-blocker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/index.html: No such file or directory (os error 2) [INFO] [stderr] --> src/server.rs:48:27 [INFO] [stderr] | [INFO] [stderr] 48 | const INDEX_HTML: &[u8] = include_bytes!("index.html"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/bundle.js: No such file or directory (os error 2) [INFO] [stderr] --> src/server.rs:49:26 [INFO] [stderr] | [INFO] [stderr] 49 | const BUNDLE_JS: &[u8] = include_bytes!("bundle.js"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/index.html: No such file or directory (os error 2) [INFO] [stderr] --> src/server.rs:48:27 [INFO] [stderr] | [INFO] [stderr] 48 | const INDEX_HTML: &[u8] = include_bytes!("index.html"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/bundle.js: No such file or directory (os error 2) [INFO] [stderr] --> src/server.rs:49:26 [INFO] [stderr] | [INFO] [stderr] 49 | const BUNDLE_JS: &[u8] = include_bytes!("bundle.js"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/main.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | quick_main!(run); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `error_chain::ChainedError::backtrace(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(backtrace)]` to the crate attributes to enable `iron::Error::backtrace` [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `device-blocker`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/main.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | quick_main!(run); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `error_chain::ChainedError::backtrace(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(backtrace)]` to the crate attributes to enable `iron::Error::backtrace` [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `device-blocker`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a9f0367664ece57cf1334337e2b7acef9311b38b0c99aa2e1740158603ba0bf6"` [INFO] running `"docker" "rm" "-f" "a9f0367664ece57cf1334337e2b7acef9311b38b0c99aa2e1740158603ba0bf6"` [INFO] [stdout] a9f0367664ece57cf1334337e2b7acef9311b38b0c99aa2e1740158603ba0bf6