[INFO] crate tauri-cli 0.1.2 is already in cache [INFO] checking tauri-cli-0.1.2 against master#0cbcb17d3306d6e22eafc2c05ce885db97d0189c for pr-68766 [INFO] extracting crate tauri-cli 0.1.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate tauri-cli 0.1.2 on toolchain 0cbcb17d3306d6e22eafc2c05ce885db97d0189c [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tauri-cli 0.1.2 [INFO] finished tweaking crates.io crate tauri-cli 0.1.2 [INFO] tweaked toml for crates.io crate tauri-cli 0.1.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate tauri-cli 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7b3ea2b484598ae1b273db4c8cf56c21e03c72ded0ccc05a8e17f7969128b77b [INFO] running `"docker" "start" "-a" "7b3ea2b484598ae1b273db4c8cf56c21e03c72ded0ccc05a8e17f7969128b77b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking ar v0.8.0 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking cfb v0.3.1 [INFO] [stderr] Checking backtrace-sys v0.1.32 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking http v0.1.20 [INFO] [stderr] Checking serde_json v1.0.42 [INFO] [stderr] Checking png v0.13.2 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking hashbrown v0.5.0 [INFO] [stderr] Checking toml v0.5.5 [INFO] [stderr] Checking tokio-reactor v0.1.11 [INFO] [stderr] Checking tiff v0.3.1 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking serde_json v0.9.10 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking icns v0.3.0 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking msi v0.2.0 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking zip v0.5.3 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking handlebars v2.0.2 [INFO] [stderr] Checking target_build_utils v0.3.1 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking jpeg-decoder v0.1.16 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Checking tauri-cli v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / error_chain! { [INFO] [stderr] 21 | | foreign_links { [INFO] [stderr] 22 | | Glob(::glob::GlobError); [INFO] [stderr] 23 | | GlobPattern(::glob::PatternError); [INFO] [stderr] ... | [INFO] [stderr] 32 | | errors {} [INFO] [stderr] 33 | | } [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / error_chain! { [INFO] [stderr] 21 | | foreign_links { [INFO] [stderr] 22 | | Glob(::glob::GlobError); [INFO] [stderr] 23 | | GlobPattern(::glob::PatternError); [INFO] [stderr] ... | [INFO] [stderr] 32 | | errors {} [INFO] [stderr] 33 | | } [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / error_chain! { [INFO] [stderr] 21 | | foreign_links { [INFO] [stderr] 22 | | Glob(::glob::GlobError); [INFO] [stderr] 23 | | GlobPattern(::glob::PatternError); [INFO] [stderr] ... | [INFO] [stderr] 32 | | errors {} [INFO] [stderr] 33 | | } [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 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / error_chain! { [INFO] [stderr] 21 | | foreign_links { [INFO] [stderr] 22 | | Glob(::glob::GlobError); [INFO] [stderr] 23 | | GlobPattern(::glob::PatternError); [INFO] [stderr] ... | [INFO] [stderr] 32 | | errors {} [INFO] [stderr] 33 | | } [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 53.88s [INFO] running `"docker" "inspect" "7b3ea2b484598ae1b273db4c8cf56c21e03c72ded0ccc05a8e17f7969128b77b"` [INFO] running `"docker" "rm" "-f" "7b3ea2b484598ae1b273db4c8cf56c21e03c72ded0ccc05a8e17f7969128b77b"` [INFO] [stdout] 7b3ea2b484598ae1b273db4c8cf56c21e03c72ded0ccc05a8e17f7969128b77b