[INFO] cloning repository https://github.com/FauxFaux/quad-image [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FauxFaux/quad-image" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFauxFaux%2Fquad-image", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFauxFaux%2Fquad-image'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a77116e11216e1b96c0b9220c72fa987b28c0bb3 [INFO] testing FauxFaux/quad-image against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFauxFaux%2Fquad-image" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FauxFaux/quad-image on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/FauxFaux/quad-image [INFO] finished tweaking git repo https://github.com/FauxFaux/quad-image [INFO] tweaked toml for git repo https://github.com/FauxFaux/quad-image written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/FauxFaux/quad-image already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/tomaka/rouille` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16f1ae40eaf61fdca157e04e3a370af147ab411c4696ba2ce22fe992b439f2f8 [INFO] running `Command { std: "docker" "start" "-a" "16f1ae40eaf61fdca157e04e3a370af147ab411c4696ba2ce22fe992b439f2f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16f1ae40eaf61fdca157e04e3a370af147ab411c4696ba2ce22fe992b439f2f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16f1ae40eaf61fdca157e04e3a370af147ab411c4696ba2ce22fe992b439f2f8", kill_on_drop: false }` [INFO] [stdout] 16f1ae40eaf61fdca157e04e3a370af147ab411c4696ba2ce22fe992b439f2f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4da59a32f7d52a85900d9a274e1d153ed7c3854279090f8867af1ffd9d0cf56 [INFO] running `Command { std: "docker" "start" "-a" "e4da59a32f7d52a85900d9a274e1d153ed7c3854279090f8867af1ffd9d0cf56", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling ascii v0.8.7 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling chunked_transfer v0.3.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling bytemuck v1.7.0 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling mutate_once v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling kamadak-exif v0.5.4 [INFO] [stderr] Compiling gzip-header v0.3.0 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling gif v0.11.2 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.11.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling tiny_http v0.6.4 [INFO] [stderr] Compiling tempfile-fast v0.3.3 [INFO] [stderr] Compiling mime_guess v1.8.8 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling multipart v0.16.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling rouille v3.0.0 (https://github.com/tomaka/rouille?rev=e9692e1b19c8d25a742129a16bbe826c686ab274#e9692e1b) [INFO] [stderr] Compiling rusqlite v0.25.3 [INFO] [stderr] Compiling quad-image v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | let params = match post_input!(request, { [INFO] [stdout] | ________________________^ [INFO] [stdout] 42 | | image: Vec, [INFO] [stdout] 43 | | return_json: Option, [INFO] [stdout] 44 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `post_input` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | let params = match post_input!(request, { [INFO] [stdout] | ________________________^ [INFO] [stdout] 42 | | image: Vec, [INFO] [stdout] 43 | | return_json: Option, [INFO] [stdout] 44 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `post_input` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 08s [INFO] running `Command { std: "docker" "inspect" "e4da59a32f7d52a85900d9a274e1d153ed7c3854279090f8867af1ffd9d0cf56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4da59a32f7d52a85900d9a274e1d153ed7c3854279090f8867af1ffd9d0cf56", kill_on_drop: false }` [INFO] [stdout] e4da59a32f7d52a85900d9a274e1d153ed7c3854279090f8867af1ffd9d0cf56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9760d4f2d9e6968665a52d8296c6e8b7db28e3225e7c9e358685f86512304dc [INFO] running `Command { std: "docker" "start" "-a" "c9760d4f2d9e6968665a52d8296c6e8b7db28e3225e7c9e358685f86512304dc", kill_on_drop: false }` [INFO] [stderr] Compiling quad-image v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | let params = match post_input!(request, { [INFO] [stdout] | ________________________^ [INFO] [stdout] 42 | | image: Vec, [INFO] [stdout] 43 | | return_json: Option, [INFO] [stdout] 44 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `post_input` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | let params = match post_input!(request, { [INFO] [stdout] | ________________________^ [INFO] [stdout] 42 | | image: Vec, [INFO] [stdout] 43 | | return_json: Option, [INFO] [stdout] 44 | | }) { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `post_input` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.36s [INFO] running `Command { std: "docker" "inspect" "c9760d4f2d9e6968665a52d8296c6e8b7db28e3225e7c9e358685f86512304dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9760d4f2d9e6968665a52d8296c6e8b7db28e3225e7c9e358685f86512304dc", kill_on_drop: false }` [INFO] [stdout] c9760d4f2d9e6968665a52d8296c6e8b7db28e3225e7c9e358685f86512304dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4bb9557dfaa4c69f7e16f178734e76c2071ca87b82a8f79ead0bdc5caa9ff719 [INFO] running `Command { std: "docker" "start" "-a" "4bb9557dfaa4c69f7e16f178734e76c2071ca87b82a8f79ead0bdc5caa9ff719", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/main.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | let params = match post_input!(request, { [INFO] [stderr] | ________________________^ [INFO] [stderr] 42 | | image: Vec, [INFO] [stderr] 43 | | return_json: Option, [INFO] [stderr] 44 | | }) { [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `post_input` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/main.rs:41:24 [INFO] [stderr] | [INFO] [stderr] 41 | let params = match post_input!(request, { [INFO] [stderr] | ________________________^ [INFO] [stderr] 42 | | image: Vec, [INFO] [stderr] 43 | | return_json: Option, [INFO] [stderr] 44 | | }) { [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `post_input` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `quad-image` (bin "quad-image" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/quad_image-327a806493d36def) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test gallery::tests::mem_db ... ok [INFO] [stdout] test ingest::tests::exif ... ok [INFO] [stdout] test gallery::tests::public_id ... ok [INFO] [stdout] test gallery::tests::maccies ... ok [INFO] [stdout] test validate_image_id ... ok [INFO] [stdout] test ingest::tests::sixteen ... ok [INFO] [stdout] test ingest::tests::sixteen_not_supported ... ok [INFO] [stdout] test tests::write_an_image ... ok [INFO] [stdout] test ingest::tests::orientate ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4bb9557dfaa4c69f7e16f178734e76c2071ca87b82a8f79ead0bdc5caa9ff719", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bb9557dfaa4c69f7e16f178734e76c2071ca87b82a8f79ead0bdc5caa9ff719", kill_on_drop: false }` [INFO] [stdout] 4bb9557dfaa4c69f7e16f178734e76c2071ca87b82a8f79ead0bdc5caa9ff719