[INFO] crate quad-image 0.1.1 is already in cache [INFO] checking quad-image-0.1.1 against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] extracting crate quad-image 0.1.1 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate quad-image 0.1.1 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 crates.io crate quad-image 0.1.1 [INFO] finished tweaking crates.io crate quad-image 0.1.1 [INFO] tweaked toml for crates.io crate quad-image 0.1.1 written to work/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate quad-image 0.1.1 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] 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] 332b87881a5403e270f070c5e05673322e3045808bebbfee763a5b16e050a0c9 [INFO] running `"docker" "start" "-a" "332b87881a5403e270f070c5e05673322e3045808bebbfee763a5b16e050a0c9"` [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Checking kamadak-exif v0.3.1 [INFO] [stderr] Compiling libsqlite3-sys v0.15.0 [INFO] [stderr] Checking filetime v0.2.6 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking digest v0.8.0 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking deflate v0.7.19 [INFO] [stderr] Checking hmac v0.7.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking tempfile v3.0.8 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking tiny_http v0.6.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking tempfile-fast v0.3.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking multipart v0.15.4 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking image v0.21.2 [INFO] [stderr] Checking rouille v3.0.0 [INFO] [stderr] Checking rusqlite v0.19.0 [INFO] [stderr] Checking quad-image v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:39:24 [INFO] [stderr] | [INFO] [stderr] 39 | let params = match post_input!(request, { [INFO] [stderr] | ________________________^ [INFO] [stderr] 40 | | image: Vec, [INFO] [stderr] 41 | | return_json: Option, [INFO] [stderr] 42 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:39:24 [INFO] [stderr] | [INFO] [stderr] 39 | let params = match post_input!(request, { [INFO] [stderr] | ________________________^ [INFO] [stderr] 40 | | image: Vec, [INFO] [stderr] 41 | | return_json: Option, [INFO] [stderr] 42 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:39:24 [INFO] [stderr] | [INFO] [stderr] 39 | let params = match post_input!(request, { [INFO] [stderr] | ________________________^ [INFO] [stderr] 40 | | image: Vec, [INFO] [stderr] 41 | | return_json: Option, [INFO] [stderr] 42 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:39:24 [INFO] [stderr] | [INFO] [stderr] 39 | let params = match post_input!(request, { [INFO] [stderr] | ________________________^ [INFO] [stderr] 40 | | image: Vec, [INFO] [stderr] 41 | | return_json: Option, [INFO] [stderr] 42 | | }) { [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 1m 43s [INFO] running `"docker" "inspect" "332b87881a5403e270f070c5e05673322e3045808bebbfee763a5b16e050a0c9"` [INFO] running `"docker" "rm" "-f" "332b87881a5403e270f070c5e05673322e3045808bebbfee763a5b16e050a0c9"` [INFO] [stdout] 332b87881a5403e270f070c5e05673322e3045808bebbfee763a5b16e050a0c9