[INFO] updating cached repository https://github.com/resin-io/resin-wifi-connect [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] 4be6dd3297195f1e7145fb50bc6e064fb40845ee [INFO] checking resin-io/resin-wifi-connect against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fresin-io%2Fresin-wifi-connect" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/resin-io/resin-wifi-connect on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/resin-io/resin-wifi-connect [INFO] finished tweaking git repo https://github.com/resin-io/resin-wifi-connect [INFO] tweaked toml for git repo https://github.com/resin-io/resin-wifi-connect written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/resin-io/resin-wifi-connect already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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=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" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 36d2dbededa77890ea68e8f030d297d972cac98602e7f89af45149254f4daf4a [INFO] running `"docker" "start" "-a" "36d2dbededa77890ea68e8f030d297d972cac98602e7f89af45149254f4daf4a"` [INFO] [stderr] Compiling httparse v1.3.1 [INFO] [stderr] Compiling serde v1.0.66 [INFO] [stderr] Checking sequence_trie v0.3.5 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking ascii v0.8.7 [INFO] [stderr] Checking log v0.4.2 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Compiling libdbus-sys v0.1.3 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking tokio-timer v0.1.2 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Compiling phf_shared v0.7.22 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking buf_redux v0.6.3 [INFO] [stderr] Checking phf v0.7.22 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking dbus v0.5.4 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Checking hyper v0.10.13 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Compiling mime_guess v1.8.4 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking multipart v0.13.6 [INFO] [stderr] Checking network-manager v0.11.0 [INFO] [stderr] Checking iron v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.66 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Checking persistent v0.4.0 [INFO] [stderr] Checking mount v0.4.0 [INFO] [stderr] Checking router v0.6.0 [INFO] [stderr] Checking iron-cors v0.7.1 [INFO] [stderr] Checking staticfile v0.5.0 [INFO] [stderr] Checking serde_json v1.0.22 [INFO] [stderr] Checking bodyparser v0.8.0 [INFO] [stderr] Checking urlencoded v0.6.0 [INFO] [stderr] Checking params v0.8.0 [INFO] [stderr] Checking wifi-connect v4.2.10 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'iron::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Io(::std::io::Error); [INFO] [stderr] 8 | | Recv(::std::sync::mpsc::RecvError); [INFO] [stderr] ... | [INFO] [stderr] 101 | | } [INFO] [stderr] 102 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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] warning: use of deprecated item 'iron::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Io(::std::io::Error); [INFO] [stderr] 8 | | Recv(::std::sync::mpsc::RecvError); [INFO] [stderr] ... | [INFO] [stderr] 101 | | } [INFO] [stderr] 102 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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] warning: use of deprecated item 'iron::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Io(::std::io::Error); [INFO] [stderr] 8 | | Recv(::std::sync::mpsc::RecvError); [INFO] [stderr] ... | [INFO] [stderr] 101 | | } [INFO] [stderr] 102 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] warning: use of deprecated item 'iron::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | Io(::std::io::Error); [INFO] [stderr] 8 | | Recv(::std::sync::mpsc::RecvError); [INFO] [stderr] ... | [INFO] [stderr] 101 | | } [INFO] [stderr] 102 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] Finished dev [unoptimized + debuginfo] target(s) in 15.03s [INFO] running `"docker" "inspect" "36d2dbededa77890ea68e8f030d297d972cac98602e7f89af45149254f4daf4a"` [INFO] running `"docker" "rm" "-f" "36d2dbededa77890ea68e8f030d297d972cac98602e7f89af45149254f4daf4a"` [INFO] [stdout] 36d2dbededa77890ea68e8f030d297d972cac98602e7f89af45149254f4daf4a