[INFO] cloning repository https://github.com/txstate-etc/mediadepot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/txstate-etc/mediadepot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftxstate-etc%2Fmediadepot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftxstate-etc%2Fmediadepot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eaa32fb1b43c111975704e04b2f638b7592a3193 [INFO] testing txstate-etc/mediadepot against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftxstate-etc%2Fmediadepot" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/txstate-etc/mediadepot on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/txstate-etc/mediadepot [INFO] finished tweaking git repo https://github.com/txstate-etc/mediadepot [INFO] tweaked toml for git repo https://github.com/txstate-etc/mediadepot written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/txstate-etc/mediadepot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/Keats/jsonwebtoken` [INFO] [stderr] Updating git repository `https://github.com/txstate-etc/tower-web` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded atoi v0.2.3 [INFO] [stderr] Downloaded checked v0.5.0 [INFO] [stderr] Downloaded headers-core v0.1.0 [INFO] [stderr] Downloaded headers v0.2.1 [INFO] [stderr] Downloaded handlebars v1.0.5 [INFO] [stderr] Downloaded tokio-async-await v0.1.5 [INFO] [stderr] Downloaded literalext v0.1.1 [INFO] [stderr] Downloaded rustls v0.15.1 [INFO] [stderr] Downloaded tokio-rustls v0.9.0 [INFO] [stderr] Downloaded hyper-rustls v0.16.0 [INFO] [stderr] Downloaded headers-derive v0.1.0 [INFO] [stderr] Downloaded maud_macros v0.19.0 [INFO] [stderr] Downloaded maud v0.19.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6036f1f6b30decd85b7d8c4cc6a4e91ccdaa39e51c166a983b9e9e71eb845fa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c6036f1f6b30decd85b7d8c4cc6a4e91ccdaa39e51c166a983b9e9e71eb845fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6036f1f6b30decd85b7d8c4cc6a4e91ccdaa39e51c166a983b9e9e71eb845fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6036f1f6b30decd85b7d8c4cc6a4e91ccdaa39e51c166a983b9e9e71eb845fa", kill_on_drop: false }` [INFO] [stdout] c6036f1f6b30decd85b7d8c4cc6a4e91ccdaa39e51c166a983b9e9e71eb845fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 058afa8370ac38913789674d6a823ee4a5f814d5b7e4bc5b34fcd7f58993daaf [INFO] running `Command { std: "docker" "start" "-a" "058afa8370ac38913789674d6a823ee4a5f814d5b7e4bc5b34fcd7f58993daaf", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling serde v1.0.87 [INFO] [stderr] Compiling memchr v2.1.3 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling opaque-debug v0.2.2 [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.1 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Compiling maud_htmlescape v0.17.0 [INFO] [stderr] Compiling literalext v0.1.1 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling termcolor v1.0.4 [INFO] [stderr] Compiling humansize v1.1.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling block-padding v0.1.3 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.6.5 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling smallvec v0.6.8 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling maud_macros v0.19.0 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling proc-macro-hack v0.4.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling tokio-sync v0.1.1 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling tower-service v0.1.0 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling digest v0.8.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling atoi v0.2.3 [INFO] [stderr] Compiling checked v0.5.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling sha-1 v0.8.1 [INFO] [stderr] Compiling maud v0.19.0 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling http v0.1.15 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-async-await v0.1.5 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | await_macro, [INFO] [stdout] | ^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: subsumed by `.await` syntax [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/compat/forward.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | use std::task::{LocalWaker, Poll as StdPoll}; [INFO] [stdout] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::task::LocalWaker`, `std::task::UnsafeWake` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/compat/backward.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | LocalWaker, [INFO] [stdout] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stdout] 10 | Poll as StdPoll, [INFO] [stdout] 11 | UnsafeWake, [INFO] [stdout] | ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/flush.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use std::task::{LocalWaker, Poll}; [INFO] [stdout] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/stream/next.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use std::task::{LocalWaker, Poll}; [INFO] [stdout] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::await` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | pub use std::await as std_await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no `await` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/read.rs:32:51 [INFO] [stdout] | [INFO] [stdout] 32 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll { [INFO] [stdout] | ^^^^^^^^^^ not found in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/read_exact.rs:37:51 [INFO] [stdout] | [INFO] [stdout] 37 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll { [INFO] [stdout] | ^^^^^^^^^^ not found in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/write.rs:32:51 [INFO] [stdout] | [INFO] [stdout] 32 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll> { [INFO] [stdout] | ^^^^^^^^^^ not found in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/io/write_all.rs:37:51 [INFO] [stdout] | [INFO] [stdout] 37 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll> { [INFO] [stdout] | ^^^^^^^^^^ not found in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalWaker` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-async-await-0.1.5/src/sink/send.rs:31:51 [INFO] [stdout] | [INFO] [stdout] 31 | fn poll(mut self: Pin<&mut Self>, _lw: &task::LocalWaker) -> Poll { [INFO] [stdout] | ^^^^^^^^^^ not found in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio-async-await` due to 12 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "058afa8370ac38913789674d6a823ee4a5f814d5b7e4bc5b34fcd7f58993daaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "058afa8370ac38913789674d6a823ee4a5f814d5b7e4bc5b34fcd7f58993daaf", kill_on_drop: false }` [INFO] [stdout] 058afa8370ac38913789674d6a823ee4a5f814d5b7e4bc5b34fcd7f58993daaf