[INFO] fetching crate aw-client-rust 0.1.0...
[INFO] checking aw-client-rust-0.1.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate aw-client-rust 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate aw-client-rust 0.1.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate aw-client-rust 0.1.0
[INFO] finished tweaking crates.io crate aw-client-rust 0.1.0
[INFO] tweaked toml for crates.io crate aw-client-rust 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 306 packages to latest compatible versions
[INFO] [stderr]       Adding gethostname v0.2.3 (available: v0.5.0)
[INFO] [stderr]       Adding reqwest v0.10.10 (available: v0.12.9)
[INFO] [stderr]       Adding subtle v2.4.1 (available: v2.6.1)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1238726e5db0abb91c541379d678e28e6303c93c7191d33089625b0a890bba8d
[INFO] running `Command { std: "docker" "start" "-a" "1238726e5db0abb91c541379d678e28e6303c93c7191d33089625b0a890bba8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1238726e5db0abb91c541379d678e28e6303c93c7191d33089625b0a890bba8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1238726e5db0abb91c541379d678e28e6303c93c7191d33089625b0a890bba8d", kill_on_drop: false }`
[INFO] [stdout] 1238726e5db0abb91c541379d678e28e6303c93c7191d33089625b0a890bba8d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 884fb4b1c511c41a8b2e7ef9785e9a23532fcfa04db04f72679e0b6a715ec058
[INFO] running `Command { std: "docker" "start" "-a" "884fb4b1c511c41a8b2e7ef9785e9a23532fcfa04db04f72679e0b6a715ec058", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]    Compiling pear_codegen v0.1.5
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling cpuid-bool v0.2.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]     Checking safemem v0.3.3
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]    Compiling openssl-src v300.4.1+3.4.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling log v0.3.9
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]     Checking cipher v0.2.5
[INFO] [stderr]     Checking universal-hash v0.4.1
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking aes-soft v0.6.4
[INFO] [stderr]     Checking polyval v0.4.5
[INFO] [stderr]     Checking crypto-mac v0.10.1
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]    Compiling base64 v0.9.3
[INFO] [stderr]     Checking ghash v0.3.1
[INFO] [stderr]     Checking hmac v0.10.1
[INFO] [stderr]     Checking ctr v0.6.0
[INFO] [stderr]     Checking aead v0.3.2
[INFO] [stderr]     Checking aes v0.6.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking serde_json v1.0.133
[INFO] [stderr]    Compiling mime v0.2.6
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling typeable v0.1.2
[INFO] [stderr]    Compiling traitobject v0.1.0
[INFO] [stderr]    Compiling language-tags v0.2.2
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]     Checking sha2 v0.9.9
[INFO] [stderr]     Checking aes-gcm v0.8.0
[INFO] [stderr]     Checking hkdf v0.10.0
[INFO] [stderr]    Compiling rocket_codegen v0.4.11
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]    Compiling state v0.4.2
[INFO] [stderr]    Compiling serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling rocket v0.4.11
[INFO] [stderr]     Checking pin-project-lite v0.1.12
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling schemars v0.7.6
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling libsqlite3-sys v0.18.0
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking hyper v0.10.16
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]    Compiling schemars_derive v0.7.6
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling bit-vec v0.4.4
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling bit-set v0.4.0
[INFO] [stderr]    Compiling jemalloc-sys v0.3.2
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking cookie v0.11.5
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling vec_map v0.6.0
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking httpdate v0.3.2
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]    Compiling redfa v0.0.2
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking mpsc_requests v0.3.4
[INFO] [stderr]     Checking inotify v0.7.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking appdirs v0.2.0
[INFO] [stderr]    Compiling lalr v0.0.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking colored v1.9.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking notify v4.0.18
[INFO] [stderr]     Checking unicase_serde v0.1.0
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking twoway v0.1.8
[INFO] [stderr]     Checking buf_redux v0.8.4
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking fern v0.6.2
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling devise_core v0.2.1
[INFO] [stderr]     Checking aw-models v0.1.0
[INFO] [stderr]    Compiling plex v0.2.5
[INFO] [stderr]    Compiling devise_codegen v0.2.1
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]    Compiling devise v0.2.1
[INFO] [stderr]     Checking tempfile v3.14.0
[INFO] [stderr]    Compiling pear v0.1.5
[INFO] [stderr]     Checking h2 v0.2.7
[INFO] [stderr]     Checking multipart v0.17.1
[INFO] [stderr]     Checking rocket_http v0.4.11
[INFO] [stderr]     Checking hyper v0.13.10
[INFO] [stderr]     Checking rusqlite v0.23.1
[INFO] [stderr]     Checking aw-transform v0.1.0
[INFO] [stderr]     Checking rocket_contrib v0.4.11
[INFO] [stderr]     Checking rocket_cors v0.5.2
[INFO] [stderr]     Checking aw-datastore v0.1.0
[INFO] [stderr]     Checking aw-query v0.1.0
[INFO] [stderr]     Checking tokio-tls v0.3.1
[INFO] [stderr]     Checking hyper-tls v0.4.3
[INFO] [stderr]     Checking reqwest v0.10.10
[INFO] [stderr]     Checking aw-client-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking jemallocator v0.3.2
[INFO] [stderr]     Checking aw-server v0.8.0
[INFO] [stdout] error[E0557]: feature has been removed
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/aw-server-0.8.0/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(plugin)]
[INFO] [stdout]   |            ^^^^^^ feature has been removed
[INFO] [stdout]   |
[INFO] [stdout]   = note: plugins are no longer supported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0557`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aw-server` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "884fb4b1c511c41a8b2e7ef9785e9a23532fcfa04db04f72679e0b6a715ec058", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "884fb4b1c511c41a8b2e7ef9785e9a23532fcfa04db04f72679e0b6a715ec058", kill_on_drop: false }`
[INFO] [stdout] 884fb4b1c511c41a8b2e7ef9785e9a23532fcfa04db04f72679e0b6a715ec058
