[INFO] cloning repository https://github.com/tetcoin-staging/sccache [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tetcoin-staging/sccache" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftetcoin-staging%2Fsccache", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftetcoin-staging%2Fsccache'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2570c3af00791a906815f351e2b9c18f8d0fe644 [INFO] testing tetcoin-staging/sccache against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftetcoin-staging%2Fsccache" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tetcoin-staging/sccache on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tetcoin-staging/sccache [INFO] finished tweaking git repo https://github.com/tetcoin-staging/sccache [INFO] tweaked toml for git repo https://github.com/tetcoin-staging/sccache written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/tetcoin-staging/sccache already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b46e0f75e47bf387de9ba084b402e572d88156df291a1994eb30fa45bba2569 [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" "9b46e0f75e47bf387de9ba084b402e572d88156df291a1994eb30fa45bba2569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b46e0f75e47bf387de9ba084b402e572d88156df291a1994eb30fa45bba2569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b46e0f75e47bf387de9ba084b402e572d88156df291a1994eb30fa45bba2569", kill_on_drop: false }` [INFO] [stdout] 9b46e0f75e47bf387de9ba084b402e572d88156df291a1994eb30fa45bba2569 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 919593bbcfd41c59fd3621da088301626fddc77db99f84748b88acdc463b9eba [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" "919593bbcfd41c59fd3621da088301626fddc77db99f84748b88acdc463b9eba", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling lazycell v1.2.0 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.15 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling flate2-crc v0.1.1 [INFO] [stderr] Compiling string v0.1.2 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling encoding_rs v0.8.10 [INFO] [stderr] Compiling arc-swap v0.3.6 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling utf8parse v0.1.1 [INFO] [stderr] Compiling case v0.1.0 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling linked-hash-map v0.2.1 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling counted-array v0.1.2 [INFO] [stderr] Compiling error-chain v0.12.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.1 [INFO] [stderr] Compiling tokio-executor v0.1.5 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.0 [INFO] [stderr] Compiling ring v0.13.2 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling openssl-sys v0.9.39 [INFO] [stderr] Compiling getopts v0.2.18 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling miniz_oxide v0.2.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling vte v0.3.3 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling tokio-timer v0.2.8 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Compiling strip-ansi-escapes v0.1.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling signal-hook v0.1.6 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling filetime v0.2.4 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling daemonize v0.3.0 [INFO] [stderr] Compiling jobserver v0.1.11 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling libflate v0.1.18 [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Compiling mime v0.3.12 [INFO] [stderr] Compiling syn v0.15.21 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling lru-disk-cache v0.2.0 (/opt/rustwide/workdir/lru-disk-cache) [INFO] [stderr] Compiling msdos_time v0.1.6 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lru-disk-cache/src/lib.rs:44:50 [INFO] [stdout] | [INFO] [stdout] 44 | fn get_all_files>(path: P) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lru-disk-cache/src/lib.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | fn cause(&self) -> Option<&StdError> { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lru-disk-cache/src/lib.rs:269:66 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn get>(&mut self, key: K) -> Result> { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn ReadSeek` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lru-disk-cache/src/lib.rs:270:55 [INFO] [stdout] | [INFO] [stdout] 270 | self.get_file(key).map(|f| Box::new(f) as Box) [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn ReadSeek` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> lru-disk-cache/src/lib.rs:82:30 [INFO] [stdout] | [INFO] [stdout] 82 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> lru-disk-cache/src/lib.rs:91:36 [INFO] [stdout] | [INFO] [stdout] 91 | &Error::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tar v0.4.20 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling phf v0.7.23 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling flate2 v1.0.5 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tempfile v3.0.4 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling http v0.1.14 [INFO] [stderr] Compiling tokio-serde v0.1.0 [INFO] [stderr] Compiling derive-error v0.0.3 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling retry v0.4.0 [INFO] [stderr] Compiling skeptic v0.4.0 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling zip v0.4.2 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-reactor v0.1.7 [INFO] [stderr] Compiling local-encoding v0.2.0 [INFO] [stderr] Compiling tokio-uds v0.2.4 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling tokio-process v0.2.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling hyperx v0.12.0 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling which v2.0.0 [INFO] [stderr] Compiling hyper v0.12.16 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling bincode v0.8.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling serde_json v1.0.33 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling toml v0.4.9 [INFO] [stderr] Compiling tokio-serde-bincode v0.1.1 [INFO] [stderr] Compiling reqwest v0.9.5 [INFO] [stderr] Compiling sccache v0.2.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:82:27 [INFO] [stdout] | [INFO] [stdout] 82 | pub type SFuture = Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:83:31 [INFO] [stdout] | [INFO] [stdout] 83 | pub type SFutureSend = Box + Send>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cache/cache.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | zip: ZipArchive>, [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn ReadSeek` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cache/cache.rs:77:57 [INFO] [stdout] | [INFO] [stdout] 77 | let z = ZipArchive::new(Box::new(reader) as Box) [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn ReadSeek` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cache/cache.rs:167:68 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn storage_from_config(config: &Config, pool: &CpuPool) -> Arc { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/commands.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | use libc; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | extern crate libc; [INFO] [stdout] | ------------------ the item `libc` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:460:18 [INFO] [stdout] | [INFO] [stdout] 460 | stdout: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:461:18 [INFO] [stdout] | [INFO] [stdout] 461 | stderr: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:466:22 [INFO] [stdout] | [INFO] [stdout] 466 | writer: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:530:18 [INFO] [stdout] | [INFO] [stdout] 530 | stdout: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:531:18 [INFO] [stdout] | [INFO] [stdout] 531 | stderr: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:605:18 [INFO] [stdout] | [INFO] [stdout] 605 | stdout: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:606:18 [INFO] [stdout] | [INFO] [stdout] 606 | stderr: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/args.rs:12:42 [INFO] [stdout] | [INFO] [stdout] 12 | pub type PathTransformerFn<'a> = &'a mut FnMut(&Path) -> Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&Path) -> Option` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/args.rs:33:32 [INFO] [stdout] | [INFO] [stdout] 33 | fn cause(&self) -> Option<&Error> { None } [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/args.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | fn cause(&self) -> Option<&Error> { None } [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/c.rs:200:61 [INFO] [stdout] | [INFO] [stdout] 200 | cwd: &Path) -> CompilerArguments + 'static>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/c.rs:215:32 [INFO] [stdout] | [INFO] [stdout] 215 | fn box_clone(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/c.rs:304:32 [INFO] [stdout] | [INFO] [stdout] 304 | fn box_clone(&self) -> Box> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/c.rs:330:37 [INFO] [stdout] | [INFO] [stdout] 330 | fn outputs<'a>(&'a self) -> Box + 'a> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:94:32 [INFO] [stdout] | [INFO] [stdout] 94 | ) -> CompilerArguments + 'static>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | fn box_clone(&self) -> Box>; [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:98:43 [INFO] [stdout] | [INFO] [stdout] 98 | impl Clone for Box> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:99:28 [INFO] [stdout] | [INFO] [stdout] 99 | fn clone(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:129:33 [INFO] [stdout] | [INFO] [stdout] 129 | dist_client: Option>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn dist::Client` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:131:22 [INFO] [stdout] | [INFO] [stdout] 131 | storage: Arc, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:357:32 [INFO] [stdout] | [INFO] [stdout] 357 | fn box_clone(&self) -> Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:362:30 [INFO] [stdout] | [INFO] [stdout] 362 | _dist_client: Option>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn dist::Client` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:365:22 [INFO] [stdout] | [INFO] [stdout] 365 | compilation: Box, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compilation` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:547:43 [INFO] [stdout] | [INFO] [stdout] 547 | impl Clone for Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:548:28 [INFO] [stdout] | [INFO] [stdout] 548 | fn clone(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:579:37 [INFO] [stdout] | [INFO] [stdout] 579 | fn outputs<'a>(&'a self) -> Box + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:610:26 [INFO] [stdout] | [INFO] [stdout] 610 | pub compilation: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Compilation + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:808:25 [INFO] [stdout] | [INFO] [stdout] 808 | ) -> SFuture>>> [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:859:54 [INFO] [stdout] | [INFO] [stdout] 859 | .map(|c| Some(Box::new(c) as Box>)), [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:872:25 [INFO] [stdout] | [INFO] [stdout] 872 | ) -> SFuture>>> [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:919:58 [INFO] [stdout] | [INFO] [stdout] 919 | .map(|c| Some(Box::new(c) as Box>)), [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:925:58 [INFO] [stdout] | [INFO] [stdout] 925 | .map(|c| Some(Box::new(c) as Box>)), [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:946:55 [INFO] [stdout] | [INFO] [stdout] 946 | ).map(|c| Some(Box::new(c) as Box>)) [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:966:18 [INFO] [stdout] | [INFO] [stdout] 966 | ) -> SFuture>> [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:209:19 [INFO] [stdout] | [INFO] [stdout] 209 | let arg = try_or_cannot_cache!(arg, "argument parse"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | / cannot_cache!(arg.flag_str().expect( [INFO] [stdout] 234 | | "Can't be Argument::Raw/UnknownFlag", [INFO] [stdout] 235 | | )) [INFO] [stdout] | |__________________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:260:26 [INFO] [stdout] | [INFO] [stdout] 260 | _ => cannot_cache!("-x"), [INFO] [stdout] | ------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:318:19 [INFO] [stdout] | [INFO] [stdout] 318 | let arg = try_or_cannot_cache!(arg, "argument parse"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:330:17 [INFO] [stdout] | [INFO] [stdout] 330 | / cannot_cache!(arg.flag_str().unwrap_or( [INFO] [stdout] 331 | | "Can't handle complex arguments through clang", [INFO] [stdout] 332 | | )) [INFO] [stdout] | |__________________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:336:41 [INFO] [stdout] | [INFO] [stdout] 336 | Argument::Raw(_) => cannot_cache!("Can't handle Raw arguments with -Xclang"), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:337:49 [INFO] [stdout] | [INFO] [stdout] 337 | Argument::UnknownFlag(_) => cannot_cache!("Can't handle UnknownFlag arguments with -Xclang"), [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:380:17 [INFO] [stdout] | [INFO] [stdout] 380 | None => cannot_cache!("no input file"), [INFO] [stdout] | ------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:387:17 [INFO] [stdout] | [INFO] [stdout] 387 | None => cannot_cache!("unknown source language"), [INFO] [stdout] | ---------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/msvc.rs:183:26 [INFO] [stdout] | [INFO] [stdout] 183 | fn encode_path(dst: &mut Write, path: &Path) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:273:19 [INFO] [stdout] | [INFO] [stdout] 273 | let arg = try_or_cannot_cache!(arg, "argument parse"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | / cannot_cache!(arg.flag_str().expect( [INFO] [stdout] 279 | | "Can't be Argument::Raw/UnknownFlag", [INFO] [stdout] 280 | | )) [INFO] [stdout] | |__________________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:289:21 [INFO] [stdout] | [INFO] [stdout] 289 | cannot_cache!("output to nul") [INFO] [stdout] | ------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:328:19 [INFO] [stdout] | [INFO] [stdout] 328 | let arg = try_or_cannot_cache!(arg, "argument parse"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:342:17 [INFO] [stdout] | [INFO] [stdout] 342 | / cannot_cache!(arg.flag_str().unwrap_or( [INFO] [stdout] 343 | | "Can't handle complex arguments through clang", [INFO] [stdout] 344 | | )) [INFO] [stdout] | |__________________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:388:25 [INFO] [stdout] | [INFO] [stdout] 388 | None => cannot_cache!("unknown source language"), [INFO] [stdout] | ---------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:392:17 [INFO] [stdout] | [INFO] [stdout] 392 | None => cannot_cache!("no input file"), [INFO] [stdout] | ------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/rust.rs:432:61 [INFO] [stdout] | [INFO] [stdout] 432 | cwd: &Path) -> CompilerArguments + 'static>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/rust.rs:452:32 [INFO] [stdout] | [INFO] [stdout] 452 | fn box_clone(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/compiler/rust.rs:852:6 [INFO] [stdout] | [INFO] [stdout] 852 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:741:19 [INFO] [stdout] | [INFO] [stdout] 741 | let arg = try_or_cannot_cache!(arg, "argument parse"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:746:17 [INFO] [stdout] | [INFO] [stdout] 746 | / cannot_cache!(arg.flag_str().expect( [INFO] [stdout] 747 | | "Can't be Argument::Raw/UnknownFlag", [INFO] [stdout] 748 | | )) [INFO] [stdout] | |__________________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:780:21 [INFO] [stdout] | [INFO] [stdout] 780 | cannot_cache!("crate-type", others_string) [INFO] [stdout] | ------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:791:49 [INFO] [stdout] | [INFO] [stdout] 791 | ("extra-filename", None) => cannot_cache!("extra-filename"), [INFO] [stdout] | ------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:800:43 [INFO] [stdout] | [INFO] [stdout] 800 | ("incremental", _) => cannot_cache!("incremental"), [INFO] [stdout] | ---------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:816:45 [INFO] [stdout] | [INFO] [stdout] 816 | ArgTarget::Unsure(_) => cannot_cache!("target"), [INFO] [stdout] | ----------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:868:9 [INFO] [stdout] | [INFO] [stdout] 868 | cannot_cache!("crate-type", "No crate-type passed".to_owned()) [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/rust.rs:1128:32 [INFO] [stdout] | [INFO] [stdout] 1128 | fn box_clone(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/rust.rs:1263:37 [INFO] [stdout] | [INFO] [stdout] 1263 | fn outputs<'a>(&'a self) -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dist/mod.rs:552:36 [INFO] [stdout] | [INFO] [stdout] 552 | pub struct ToolchainReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dist/mod.rs:557:33 [INFO] [stdout] | [INFO] [stdout] 557 | pub struct InputsReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Read + Send + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dist/mod.rs:623:115 [INFO] [stdout] | [INFO] [stdout] 623 | ...: Vec, inputs_packager: Box) -> SFuture<(RunJobResult, PathTransformer)>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn pkg::InputsPackager` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dist/mod.rs:624:91 [INFO] [stdout] | [INFO] [stdout] 624 | ...y: &str, toolchain_packager: Box) -> SFuture<(Toolchain, Option)>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn pkg::ToolchainPackager` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:88:26 [INFO] [stdout] | [INFO] [stdout] 88 | fn wait(self) -> Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:90:38 [INFO] [stdout] | [INFO] [stdout] 90 | fn wait_with_output(self) -> Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:165:26 [INFO] [stdout] | [INFO] [stdout] 165 | fn wait(self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:173:38 [INFO] [stdout] | [INFO] [stdout] 173 | fn wait_with_output(self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:380:30 [INFO] [stdout] | [INFO] [stdout] 380 | fn wait(mut self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:385:38 [INFO] [stdout] | [INFO] [stdout] 385 | fn wait_with_output(self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:400:14 [INFO] [stdout] | [INFO] [stdout] 400 | Call(Box Result + Send>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&[OsString]) -> Result + Send` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:175:40 [INFO] [stdout] | [INFO] [stdout] 175 | fn get_client(&self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn dist::Client` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:354:22 [INFO] [stdout] | [INFO] [stdout] 354 | storage: Arc, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:383:48 [INFO] [stdout] | [INFO] [stdout] 383 | pub fn set_storage(&mut self, storage: Arc) { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:417:37 [INFO] [stdout] | [INFO] [stdout] 417 | fn _run<'a>(self, shutdown: Box + 'a>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:456:37 [INFO] [stdout] | [INFO] [stdout] 456 | Box::new(server) as Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:518:18 [INFO] [stdout] | [INFO] [stdout] 518 | storage: Arc, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:521:56 [INFO] [stdout] | [INFO] [stdout] 521 | compilers: Rc>, FileTime)>>>>, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:616:22 [INFO] [stdout] | [INFO] [stdout] 616 | storage: Arc, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:657:28 [INFO] [stdout] | [INFO] [stdout] 657 | let f: Box> = match message { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:721:29 [INFO] [stdout] | [INFO] [stdout] 721 | ) -> SFuture>>> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:764:30 [INFO] [stdout] | [INFO] [stdout] 764 | compiler: Option>>, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:820:21 [INFO] [stdout] | [INFO] [stdout] 820 | hasher: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:94:14 [INFO] [stdout] | [INFO] [stdout] 94 | 0...9 => (b'0' + byte) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / error_chain! { [INFO] [stdout] 46 | | foreign_links { [INFO] [stdout] 47 | | Hyper(hyper::Error) #[cfg(feature = "hyper")]; [INFO] [stdout] 48 | | Io(io::Error); [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/compiler/rust.rs:352:48 [INFO] [stdout] | [INFO] [stdout] 352 | let sysroot = PathBuf::from(outstr.trim_right()); [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / error_chain! { [INFO] [stdout] 46 | | foreign_links { [INFO] [stdout] 47 | | Hyper(hyper::Error) #[cfg(feature = "hyper")]; [INFO] [stdout] 48 | | Io(io::Error); [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `host` [INFO] [stdout] --> src/compiler/rust.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | host: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sysroot` [INFO] [stdout] --> src/compiler/rust.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | sysroot: PathBuf, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inputs` [INFO] [stdout] --> src/compiler/rust.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | inputs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `crate_link_paths` [INFO] [stdout] --> src/compiler/rust.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | crate_link_paths: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `crate_types` [INFO] [stdout] --> src/compiler/rust.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 164 | crate_types: CrateTypes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dep_info` [INFO] [stdout] --> src/compiler/rust.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | dep_info: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `info` [INFO] [stdout] --> src/server.rs:540:5 [INFO] [stdout] | [INFO] [stdout] 540 | info: ActiveInfo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:171:30 [INFO] [stdout] | [INFO] [stdout] 171 | Err(e) => panic!(format!("Failed to initalize logging: {:?}", e)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 171 - Err(e) => panic!(format!("Failed to initalize logging: {:?}", e)), [INFO] [stdout] 171 + Err(e) => panic!("Failed to initalize logging: {:?}", e), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 104 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 46s [INFO] running `Command { std: "docker" "inspect" "919593bbcfd41c59fd3621da088301626fddc77db99f84748b88acdc463b9eba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "919593bbcfd41c59fd3621da088301626fddc77db99f84748b88acdc463b9eba", kill_on_drop: false }` [INFO] [stdout] 919593bbcfd41c59fd3621da088301626fddc77db99f84748b88acdc463b9eba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--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] fb10ddcc944784aa3a8b98d3a037d01672a10ed9eaa6e39a7c099040362d9fcc [INFO] running `Command { std: "docker" "start" "-a" "fb10ddcc944784aa3a8b98d3a037d01672a10ed9eaa6e39a7c099040362d9fcc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling try-lock v0.1.0 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Compiling predicates-core v0.9.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling normalize-line-endings v0.2.2 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling itertools v0.7.9 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lru-disk-cache/src/lib.rs:44:50 [INFO] [stdout] | [INFO] [stdout] 44 | fn get_all_files>(path: P) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lru-disk-cache/src/lib.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | fn cause(&self) -> Option<&StdError> { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lru-disk-cache/src/lib.rs:269:66 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn get>(&mut self, key: K) -> Result> { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn ReadSeek` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> lru-disk-cache/src/lib.rs:270:55 [INFO] [stdout] | [INFO] [stdout] 270 | self.get_file(key).map(|f| Box::new(f) as Box) [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn ReadSeek` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> lru-disk-cache/src/lib.rs:82:30 [INFO] [stdout] | [INFO] [stdout] 82 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> lru-disk-cache/src/lib.rs:91:36 [INFO] [stdout] | [INFO] [stdout] 91 | &Error::Io(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:82:27 [INFO] [stdout] | [INFO] [stdout] 82 | pub type SFuture = Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/errors.rs:83:31 [INFO] [stdout] | [INFO] [stdout] 83 | pub type SFutureSend = Box + Send>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cache/cache.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | zip: ZipArchive>, [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn ReadSeek` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cache/cache.rs:77:57 [INFO] [stdout] | [INFO] [stdout] 77 | let z = ZipArchive::new(Box::new(reader) as Box) [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn ReadSeek` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/cache/cache.rs:167:68 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn storage_from_config(config: &Config, pool: &CpuPool) -> Arc { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `libc` is imported redundantly [INFO] [stdout] --> src/commands.rs:120:9 [INFO] [stdout] | [INFO] [stdout] 120 | use libc; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | extern crate libc; [INFO] [stdout] | ------------------ the item `libc` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:460:18 [INFO] [stdout] | [INFO] [stdout] 460 | stdout: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:461:18 [INFO] [stdout] | [INFO] [stdout] 461 | stderr: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:466:22 [INFO] [stdout] | [INFO] [stdout] 466 | writer: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:530:18 [INFO] [stdout] | [INFO] [stdout] 530 | stdout: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:531:18 [INFO] [stdout] | [INFO] [stdout] 531 | stderr: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:605:18 [INFO] [stdout] | [INFO] [stdout] 605 | stdout: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/commands.rs:606:18 [INFO] [stdout] | [INFO] [stdout] 606 | stderr: &mut Write, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/args.rs:12:42 [INFO] [stdout] | [INFO] [stdout] 12 | pub type PathTransformerFn<'a> = &'a mut FnMut(&Path) -> Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&Path) -> Option` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/args.rs:33:32 [INFO] [stdout] | [INFO] [stdout] 33 | fn cause(&self) -> Option<&Error> { None } [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/args.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | fn cause(&self) -> Option<&Error> { None } [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/c.rs:200:61 [INFO] [stdout] | [INFO] [stdout] 200 | cwd: &Path) -> CompilerArguments + 'static>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/c.rs:215:32 [INFO] [stdout] | [INFO] [stdout] 215 | fn box_clone(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/c.rs:304:32 [INFO] [stdout] | [INFO] [stdout] 304 | fn box_clone(&self) -> Box> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/c.rs:330:37 [INFO] [stdout] | [INFO] [stdout] 330 | fn outputs<'a>(&'a self) -> Box + 'a> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:94:32 [INFO] [stdout] | [INFO] [stdout] 94 | ) -> CompilerArguments + 'static>>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | fn box_clone(&self) -> Box>; [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:98:43 [INFO] [stdout] | [INFO] [stdout] 98 | impl Clone for Box> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:99:28 [INFO] [stdout] | [INFO] [stdout] 99 | fn clone(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:129:33 [INFO] [stdout] | [INFO] [stdout] 129 | dist_client: Option>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn dist::Client` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:131:22 [INFO] [stdout] | [INFO] [stdout] 131 | storage: Arc, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:357:32 [INFO] [stdout] | [INFO] [stdout] 357 | fn box_clone(&self) -> Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:362:30 [INFO] [stdout] | [INFO] [stdout] 362 | _dist_client: Option>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn dist::Client` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:365:22 [INFO] [stdout] | [INFO] [stdout] 365 | compilation: Box, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compilation` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:547:43 [INFO] [stdout] | [INFO] [stdout] 547 | impl Clone for Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:548:28 [INFO] [stdout] | [INFO] [stdout] 548 | fn clone(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:579:37 [INFO] [stdout] | [INFO] [stdout] 579 | fn outputs<'a>(&'a self) -> Box + 'a>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:610:26 [INFO] [stdout] | [INFO] [stdout] 610 | pub compilation: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Compilation + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:808:25 [INFO] [stdout] | [INFO] [stdout] 808 | ) -> SFuture>>> [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:859:54 [INFO] [stdout] | [INFO] [stdout] 859 | .map(|c| Some(Box::new(c) as Box>)), [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:872:25 [INFO] [stdout] | [INFO] [stdout] 872 | ) -> SFuture>>> [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:919:58 [INFO] [stdout] | [INFO] [stdout] 919 | .map(|c| Some(Box::new(c) as Box>)), [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:925:58 [INFO] [stdout] | [INFO] [stdout] 925 | .map(|c| Some(Box::new(c) as Box>)), [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:946:55 [INFO] [stdout] | [INFO] [stdout] 946 | ).map(|c| Some(Box::new(c) as Box>)) [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/compiler.rs:966:18 [INFO] [stdout] | [INFO] [stdout] 966 | ) -> SFuture>> [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:209:19 [INFO] [stdout] | [INFO] [stdout] 209 | let arg = try_or_cannot_cache!(arg, "argument parse"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | / cannot_cache!(arg.flag_str().expect( [INFO] [stdout] 234 | | "Can't be Argument::Raw/UnknownFlag", [INFO] [stdout] 235 | | )) [INFO] [stdout] | |__________________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:260:26 [INFO] [stdout] | [INFO] [stdout] 260 | _ => cannot_cache!("-x"), [INFO] [stdout] | ------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:318:19 [INFO] [stdout] | [INFO] [stdout] 318 | let arg = try_or_cannot_cache!(arg, "argument parse"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:330:17 [INFO] [stdout] | [INFO] [stdout] 330 | / cannot_cache!(arg.flag_str().unwrap_or( [INFO] [stdout] 331 | | "Can't handle complex arguments through clang", [INFO] [stdout] 332 | | )) [INFO] [stdout] | |__________________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:336:41 [INFO] [stdout] | [INFO] [stdout] 336 | Argument::Raw(_) => cannot_cache!("Can't handle Raw arguments with -Xclang"), [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:337:49 [INFO] [stdout] | [INFO] [stdout] 337 | Argument::UnknownFlag(_) => cannot_cache!("Can't handle UnknownFlag arguments with -Xclang"), [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:380:17 [INFO] [stdout] | [INFO] [stdout] 380 | None => cannot_cache!("no input file"), [INFO] [stdout] | ------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/gcc.rs:387:17 [INFO] [stdout] | [INFO] [stdout] 387 | None => cannot_cache!("unknown source language"), [INFO] [stdout] | ---------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/msvc.rs:183:26 [INFO] [stdout] | [INFO] [stdout] 183 | fn encode_path(dst: &mut Write, path: &Path) -> io::Result<()> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:273:19 [INFO] [stdout] | [INFO] [stdout] 273 | let arg = try_or_cannot_cache!(arg, "argument parse"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:278:17 [INFO] [stdout] | [INFO] [stdout] 278 | / cannot_cache!(arg.flag_str().expect( [INFO] [stdout] 279 | | "Can't be Argument::Raw/UnknownFlag", [INFO] [stdout] 280 | | )) [INFO] [stdout] | |__________________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:289:21 [INFO] [stdout] | [INFO] [stdout] 289 | cannot_cache!("output to nul") [INFO] [stdout] | ------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:328:19 [INFO] [stdout] | [INFO] [stdout] 328 | let arg = try_or_cannot_cache!(arg, "argument parse"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:342:17 [INFO] [stdout] | [INFO] [stdout] 342 | / cannot_cache!(arg.flag_str().unwrap_or( [INFO] [stdout] 343 | | "Can't handle complex arguments through clang", [INFO] [stdout] 344 | | )) [INFO] [stdout] | |__________________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:388:25 [INFO] [stdout] | [INFO] [stdout] 388 | None => cannot_cache!("unknown source language"), [INFO] [stdout] | ---------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/msvc.rs:392:17 [INFO] [stdout] | [INFO] [stdout] 392 | None => cannot_cache!("no input file"), [INFO] [stdout] | ------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/rust.rs:432:61 [INFO] [stdout] | [INFO] [stdout] 432 | cwd: &Path) -> CompilerArguments + 'static>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/rust.rs:452:32 [INFO] [stdout] | [INFO] [stdout] 452 | fn box_clone(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/compiler/rust.rs:852:6 [INFO] [stdout] | [INFO] [stdout] 852 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:741:19 [INFO] [stdout] | [INFO] [stdout] 741 | let arg = try_or_cannot_cache!(arg, "argument parse"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:746:17 [INFO] [stdout] | [INFO] [stdout] 746 | / cannot_cache!(arg.flag_str().expect( [INFO] [stdout] 747 | | "Can't be Argument::Raw/UnknownFlag", [INFO] [stdout] 748 | | )) [INFO] [stdout] | |__________________- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:780:21 [INFO] [stdout] | [INFO] [stdout] 780 | cannot_cache!("crate-type", others_string) [INFO] [stdout] | ------------------------------------------ in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:791:49 [INFO] [stdout] | [INFO] [stdout] 791 | ("extra-filename", None) => cannot_cache!("extra-filename"), [INFO] [stdout] | ------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:800:43 [INFO] [stdout] | [INFO] [stdout] 800 | ("incremental", _) => cannot_cache!("incremental"), [INFO] [stdout] | ---------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:628:58 [INFO] [stdout] | [INFO] [stdout] 628 | return CompilerArguments::CannotCache($why, None); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:816:45 [INFO] [stdout] | [INFO] [stdout] 816 | ArgTarget::Unsure(_) => cannot_cache!("target"), [INFO] [stdout] | ----------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/compiler/compiler.rs:631:71 [INFO] [stdout] | [INFO] [stdout] 631 | return CompilerArguments::CannotCache($why, Some($extra_info)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/compiler/rust.rs:868:9 [INFO] [stdout] | [INFO] [stdout] 868 | cannot_cache!("crate-type", "No crate-type passed".to_owned()) [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `cannot_cache` [INFO] [stdout] = note: this warning originates in the macro `cannot_cache` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/rust.rs:1128:32 [INFO] [stdout] | [INFO] [stdout] 1128 | fn box_clone(&self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/compiler/rust.rs:1263:37 [INFO] [stdout] | [INFO] [stdout] 1263 | fn outputs<'a>(&'a self) -> Box + 'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dist/mod.rs:552:36 [INFO] [stdout] | [INFO] [stdout] 552 | pub struct ToolchainReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Read + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dist/mod.rs:557:33 [INFO] [stdout] | [INFO] [stdout] 557 | pub struct InputsReader<'a>(Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Read + Send + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dist/mod.rs:623:115 [INFO] [stdout] | [INFO] [stdout] 623 | ...: Vec, inputs_packager: Box) -> SFuture<(RunJobResult, PathTransformer)>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn pkg::InputsPackager` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dist/mod.rs:624:91 [INFO] [stdout] | [INFO] [stdout] 624 | ...y: &str, toolchain_packager: Box) -> SFuture<(Toolchain, Option)>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn pkg::ToolchainPackager` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:88:26 [INFO] [stdout] | [INFO] [stdout] 88 | fn wait(self) -> Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:90:38 [INFO] [stdout] | [INFO] [stdout] 90 | fn wait_with_output(self) -> Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:165:26 [INFO] [stdout] | [INFO] [stdout] 165 | fn wait(self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:173:38 [INFO] [stdout] | [INFO] [stdout] 173 | fn wait_with_output(self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:380:30 [INFO] [stdout] | [INFO] [stdout] 380 | fn wait(mut self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:385:38 [INFO] [stdout] | [INFO] [stdout] 385 | fn wait_with_output(self) -> Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/mock_command.rs:400:14 [INFO] [stdout] | [INFO] [stdout] 400 | Call(Box Result + Send>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&[OsString]) -> Result + Send` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:175:40 [INFO] [stdout] | [INFO] [stdout] 175 | fn get_client(&self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn dist::Client` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:354:22 [INFO] [stdout] | [INFO] [stdout] 354 | storage: Arc, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:383:48 [INFO] [stdout] | [INFO] [stdout] 383 | pub fn set_storage(&mut self, storage: Arc) { [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:417:37 [INFO] [stdout] | [INFO] [stdout] 417 | fn _run<'a>(self, shutdown: Box + 'a>) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:456:37 [INFO] [stdout] | [INFO] [stdout] 456 | Box::new(server) as Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:518:18 [INFO] [stdout] | [INFO] [stdout] 518 | storage: Arc, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:521:56 [INFO] [stdout] | [INFO] [stdout] 521 | compilers: Rc>, FileTime)>>>>, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:616:22 [INFO] [stdout] | [INFO] [stdout] 616 | storage: Arc, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn Storage` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:657:28 [INFO] [stdout] | [INFO] [stdout] 657 | let f: Box> = match message { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:721:29 [INFO] [stdout] | [INFO] [stdout] 721 | ) -> SFuture>>> { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:764:30 [INFO] [stdout] | [INFO] [stdout] 764 | compiler: Option>>, [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn Compiler` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/server.rs:820:21 [INFO] [stdout] | [INFO] [stdout] 820 | hasher: Box>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn CompilerHasher` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:94:14 [INFO] [stdout] | [INFO] [stdout] 94 | 0...9 => (b'0' + byte) as char, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / error_chain! { [INFO] [stdout] 46 | | foreign_links { [INFO] [stdout] 47 | | Hyper(hyper::Error) #[cfg(feature = "hyper")]; [INFO] [stdout] 48 | | Io(io::Error); [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/compiler/rust.rs:352:48 [INFO] [stdout] | [INFO] [stdout] 352 | let sysroot = PathBuf::from(outstr.trim_right()); [INFO] [stdout] | ^^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_end` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / error_chain! { [INFO] [stdout] 46 | | foreign_links { [INFO] [stdout] 47 | | Hyper(hyper::Error) #[cfg(feature = "hyper")]; [INFO] [stdout] 48 | | Io(io::Error); [INFO] [stdout] ... | [INFO] [stdout] 73 | | } [INFO] [stdout] 74 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `host` [INFO] [stdout] --> src/compiler/rust.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | host: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sysroot` [INFO] [stdout] --> src/compiler/rust.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | sysroot: PathBuf, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inputs` [INFO] [stdout] --> src/compiler/rust.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | inputs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `crate_link_paths` [INFO] [stdout] --> src/compiler/rust.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | crate_link_paths: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `crate_types` [INFO] [stdout] --> src/compiler/rust.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 164 | crate_types: CrateTypes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dep_info` [INFO] [stdout] --> src/compiler/rust.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | dep_info: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `info` [INFO] [stdout] --> src/server.rs:540:5 [INFO] [stdout] | [INFO] [stdout] 540 | info: ActiveInfo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:171:30 [INFO] [stdout] | [INFO] [stdout] 171 | Err(e) => panic!(format!("Failed to initalize logging: {:?}", e)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 171 - Err(e) => panic!(format!("Failed to initalize logging: {:?}", e)), [INFO] [stdout] 171 + Err(e) => panic!("Failed to initalize logging: {:?}", e), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 104 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling predicates v0.9.1 [INFO] [stderr] Compiling predicates-tree v0.9.0 [INFO] [stderr] error: failed to run custom build command for `openssl v0.9.24` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/openssl-332fb5e00f55d2f1/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Unable to detect OpenSSL version', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55e931f91c9c - std::backtrace_rs::backtrace::libunwind::trace::h7630ba4cba718aa0 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x55e931f91c9c - std::backtrace_rs::backtrace::trace_unsynchronized::he7498e79c157f5ac [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55e931f91c9c - std::sys_common::backtrace::_print_fmt::hdaebadaee17bca49 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x55e931f91c9c - ::fmt::h82b0e3aaf8a96140 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x55e931fabe2c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/fmt/mod.rs:1149:17 [INFO] [stderr] 5: 0x55e931f8f515 - std::io::Write::write_fmt::hc2da38dc44811df8 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/io/mod.rs:1697:15 [INFO] [stderr] 6: 0x55e931f932a0 - std::sys_common::backtrace::_print::h1c9a1d19c48821c1 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x55e931f932a0 - std::sys_common::backtrace::print::h7ce8802039fa9d0e [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x55e931f932a0 - std::panicking::default_hook::{{closure}}::hb2a74a8c1499c326 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:211:50 [INFO] [stderr] 9: 0x55e931f92e4b - std::panicking::default_hook::hf4f180b00076f2b2 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:228:9 [INFO] [stderr] 10: 0x55e931f93954 - std::panicking::rust_panic_with_hook::he85ce8435493b711 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:606:17 [INFO] [stderr] 11: 0x55e931f7b18e - std::panicking::begin_panic::{{closure}}::h7f53440da06576ab [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:526:9 [INFO] [stderr] 12: 0x55e931f7af68 - std::sys_common::backtrace::__rust_end_short_backtrace::hb7a8acdfd2968001 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stderr] 13: 0x55e931f7b0cf - std::panicking::begin_panic::h9071c2ea1b587e2c [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:525:12 [INFO] [stderr] 14: 0x55e931f7c006 - build_script_build::main::hd5a20a020ee5b1f3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14 [INFO] [stderr] 15: 0x55e931f7998b - core::ops::function::FnOnce::call_once::h4074f155260f7d6f [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 16: 0x55e931f7afae - std::sys_common::backtrace::__rust_begin_short_backtrace::h744f018f65bdcf8e [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stderr] 17: 0x55e931f7a001 - std::rt::lang_start::{{closure}}::h46f9eed2cdafa9b6 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/rt.rs:145:18 [INFO] [stderr] 18: 0x55e931f914e1 - core::ops::function::impls:: for &F>::call_once::h0e73392810ecd318 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 19: 0x55e931f914e1 - std::panicking::try::do_call::h12dcb4a4f352a507 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:406:40 [INFO] [stderr] 20: 0x55e931f914e1 - std::panicking::try::h0d978c76ab4a3863 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:370:19 [INFO] [stderr] 21: 0x55e931f914e1 - std::panic::catch_unwind::hab40227675186980 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panic.rs:133:14 [INFO] [stderr] 22: 0x55e931f914e1 - std::rt::lang_start_internal::{{closure}}::hc34786299e7d2cf7 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/rt.rs:128:48 [INFO] [stderr] 23: 0x55e931f914e1 - std::panicking::try::do_call::h38e7a9128f21d387 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:406:40 [INFO] [stderr] 24: 0x55e931f914e1 - std::panicking::try::h32d4e72fd8922bce [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panicking.rs:370:19 [INFO] [stderr] 25: 0x55e931f914e1 - std::panic::catch_unwind::h9a345671d889d41f [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/panic.rs:133:14 [INFO] [stderr] 26: 0x55e931f914e1 - std::rt::lang_start_internal::h9e691a4f557eb2a3 [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/rt.rs:128:20 [INFO] [stderr] 27: 0x55e931f79fd0 - std::rt::lang_start::h3b207c3128b992ac [INFO] [stderr] at /rustc/a77da2d454e6caa227a85b16410b95f93495e7e0/library/std/src/rt.rs:144:17 [INFO] [stderr] 28: 0x55e931f7c6ec - main [INFO] [stderr] 29: 0x7fb327f9d0b3 - __libc_start_main [INFO] [stderr] 30: 0x55e931f7757e - _start [INFO] [stderr] 31: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fb10ddcc944784aa3a8b98d3a037d01672a10ed9eaa6e39a7c099040362d9fcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb10ddcc944784aa3a8b98d3a037d01672a10ed9eaa6e39a7c099040362d9fcc", kill_on_drop: false }` [INFO] [stdout] fb10ddcc944784aa3a8b98d3a037d01672a10ed9eaa6e39a7c099040362d9fcc