[INFO] fetching crate franklin 0.1.4...
[INFO] checking franklin-0.1.4 against 1.95.0 for pr-155915
[INFO] extracting crate franklin 0.1.4 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate franklin 0.1.4
[INFO] finished tweaking crates.io crate franklin 0.1.4
[INFO] tweaked toml for crates.io crate franklin 0.1.4 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate franklin 0.1.4 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate franklin 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded show-image-macros v0.12.3
[INFO] [stderr]   Downloaded wgpu-types v0.13.2
[INFO] [stderr]   Downloaded futures-io v0.3.23
[INFO] [stderr]   Downloaded d3d12 v0.5.0
[INFO] [stderr]   Downloaded os_str_bytes v6.5.0
[INFO] [stderr]   Downloaded textwrap v0.16.0
[INFO] [stderr]   Downloaded show-image v0.13.1
[INFO] [stderr]   Downloaded wgpu v0.13.1
[INFO] [stderr]   Downloaded petgraph v0.6.2
[INFO] [stderr]   Downloaded wgpu-core v0.13.2
[INFO] [stderr]   Downloaded wgpu-hal v0.13.2
[INFO] [stderr]   Downloaded image v0.24.3
[INFO] [stderr]   Downloaded naga v0.9.0
[INFO] [stderr]   Downloaded gif v0.11.4
[INFO] [stderr]   Downloaded libc v0.2.142
[INFO] [stderr]   Downloaded jpeg-decoder v0.2.6
[INFO] [stderr]   Downloaded tiff v0.7.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 73ce0594d84653f1889cb3ce3d1801380dc6262eb81d7c1d553de14ff5651d17
[INFO] running `Command { std: "docker" "start" "-a" "73ce0594d84653f1889cb3ce3d1801380dc6262eb81d7c1d553de14ff5651d17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "73ce0594d84653f1889cb3ce3d1801380dc6262eb81d7c1d553de14ff5651d17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73ce0594d84653f1889cb3ce3d1801380dc6262eb81d7c1d553de14ff5651d17", kill_on_drop: false }`
[INFO] [stdout] 73ce0594d84653f1889cb3ce3d1801380dc6262eb81d7c1d553de14ff5651d17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d5ce2736c5a764aecc81ba4aa0d9cba99c612a4abb1bc952c7d475fb39fb33b
[INFO] running `Command { std: "docker" "start" "-a" "6d5ce2736c5a764aecc81ba4aa0d9cba99c612a4abb1bc952c7d475fb39fb33b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.142
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]     Checking once_cell v1.13.1
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking smallvec v1.9.0
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking libloading v0.7.3
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking miniz_oxide v0.5.3
[INFO] [stderr]     Checking scoped-tls v1.0.0
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]     Checking dlib v0.5.0
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling futures-core v0.3.23
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]     Checking deflate v1.0.0
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling semver v1.0.13
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling futures-task v0.3.23
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling ash v0.37.2+1.3.238
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.23
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.0
[INFO] [stderr]    Compiling crossfont v0.5.1
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking gpu-alloc-types v0.2.0
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.10
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]    Compiling futures-util v0.3.23
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking png v0.17.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]     Checking futures-sink v0.3.23
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling wgpu-core v0.13.2
[INFO] [stderr]     Checking tiny-skia-path v0.7.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking gpu-alloc v0.5.3
[INFO] [stderr]    Compiling x11-dl v2.20.0
[INFO] [stderr]     Checking safe_arch v0.5.2
[INFO] [stderr]     Checking wgpu-types v0.13.2
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]     Checking renderdoc-sys v0.7.1
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]     Checking profiling v1.0.6
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]     Checking glow v0.11.2
[INFO] [stderr]     Checking futures-io v0.3.23
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]     Checking inplace_it v0.3.4
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]     Checking servo-fontconfig v0.5.1
[INFO] [stderr]     Checking freetype-rs v0.26.0
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking tiny-skia v0.7.0
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]    Compiling show-image v0.13.1
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking gpu-descriptor v0.2.3
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking petgraph v0.6.2
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling anyhow v1.0.62
[INFO] [stderr]     Checking os_str_bytes v6.5.0
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking jpeg-decoder v0.2.6
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking glam v0.20.5
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking tiff v0.7.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.32
[INFO] [stderr]    Compiling show-image-macros v0.12.3
[INFO] [stderr]    Compiling foreign-types-macros v0.2.3
[INFO] [stderr]     Checking futures-executor v0.3.23
[INFO] [stderr]     Checking futures v0.3.23
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]     Checking image v0.24.3
[INFO] [stderr]     Checking thiserror v1.0.32
[INFO] [stderr]     Checking naga v0.9.0
[INFO] [stderr]     Checking calloop v0.10.5
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking wgpu-hal v0.13.2
[INFO] [stderr]     Checking wgpu v0.13.1
[INFO] [stderr]     Checking sctk-adwaita v0.4.3
[INFO] [stderr]     Checking winit v0.27.5
[INFO] [stderr]     Checking franklin v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/arg_parser.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 248 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/arg_parser.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 248 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/environment_builder.rs:297:5
[INFO] [stdout]     |
[INFO] [stdout] 297 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/environment_builder.rs:297:5
[INFO] [stdout]     |
[INFO] [stdout] 297 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/util/random.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[must_use]
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/util/random.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[must_use]
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.65s
[INFO] running `Command { std: "docker" "inspect" "6d5ce2736c5a764aecc81ba4aa0d9cba99c612a4abb1bc952c7d475fb39fb33b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d5ce2736c5a764aecc81ba4aa0d9cba99c612a4abb1bc952c7d475fb39fb33b", kill_on_drop: false }`
[INFO] [stdout] 6d5ce2736c5a764aecc81ba4aa0d9cba99c612a4abb1bc952c7d475fb39fb33b
