[INFO] cloning repository https://github.com/klausi/rustnish [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/klausi/rustnish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklausi%2Frustnish", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklausi%2Frustnish'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f61f10e27c13065b355ab8aee0c0e0538ae3f19b [INFO] testing klausi/rustnish against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fklausi%2Frustnish" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/klausi/rustnish on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/klausi/rustnish [INFO] finished tweaking git repo https://github.com/klausi/rustnish [INFO] tweaked toml for git repo https://github.com/klausi/rustnish written to /workspace/builds/worker-28/source/Cargo.toml [INFO] crate git repo https://github.com/klausi/rustnish already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fake_clock v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b76d484a766526e1c6723ea4a86f9840d755461355bb9bfb564208e3d50b6d9 [INFO] running `Command { std: "docker" "start" "-a" "9b76d484a766526e1c6723ea4a86f9840d755461355bb9bfb564208e3d50b6d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b76d484a766526e1c6723ea4a86f9840d755461355bb9bfb564208e3d50b6d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b76d484a766526e1c6723ea4a86f9840d755461355bb9bfb564208e3d50b6d9", kill_on_drop: false }` [INFO] [stdout] 9b76d484a766526e1c6723ea4a86f9840d755461355bb9bfb564208e3d50b6d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73c26e31431a97b74b4878f766bfdd062ebede6c8d784e615381de5c3c79e77f [INFO] running `Command { std: "docker" "start" "-a" "73c26e31431a97b74b4878f766bfdd062ebede6c8d784e615381de5c3c79e77f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.19 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling rustnish v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stdout] --> src/cache.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | exceeding_bitshifts, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `plugin_as_library` has been removed: plugins have been deprecated and retired [INFO] [stdout] --> src/cache.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | plugin_as_library, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: forbid(unknown_crate_types) is ignored unless specified at crate level [INFO] [stdout] --> src/cache.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | unknown_crate_types [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/cache.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/cache.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | html_logo_url = "https://raw.githubusercontent.com/maidsafe/QA/master/Images/maidsafe_logo.png", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` 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 #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/cache.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | html_favicon_url = "https://maidsafe.net/img/favicon.ico", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/cache.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | test(attr(forbid(warnings))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.87s [INFO] running `Command { std: "docker" "inspect" "73c26e31431a97b74b4878f766bfdd062ebede6c8d784e615381de5c3c79e77f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73c26e31431a97b74b4878f766bfdd062ebede6c8d784e615381de5c3c79e77f", kill_on_drop: false }` [INFO] [stdout] 73c26e31431a97b74b4878f766bfdd062ebede6c8d784e615381de5c3c79e77f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4cbc049c0fddbf0f8ce27725c849ca29afaadd5a8cf9f0c2b6d638000d4ddde7 [INFO] running `Command { std: "docker" "start" "-a" "4cbc049c0fddbf0f8ce27725c849ca29afaadd5a8cf9f0c2b6d638000d4ddde7", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling fake_clock v0.3.0 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stdout] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stdout] --> src/cache.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | exceeding_bitshifts, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `plugin_as_library` has been removed: plugins have been deprecated and retired [INFO] [stdout] --> src/cache.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | plugin_as_library, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: forbid(unknown_crate_types) is ignored unless specified at crate level [INFO] [stdout] --> src/cache.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | unknown_crate_types [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/cache.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/cache.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | html_logo_url = "https://raw.githubusercontent.com/maidsafe/QA/master/Images/maidsafe_logo.png", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` 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 #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/cache.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | html_favicon_url = "https://maidsafe.net/img/favicon.ico", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/cache.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | test(attr(forbid(warnings))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling rustnish v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stdout] --> src/cache.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | exceeding_bitshifts, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `plugin_as_library` has been removed: plugins have been deprecated and retired [INFO] [stdout] --> src/cache.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | plugin_as_library, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: forbid(unknown_crate_types) is ignored unless specified at crate level [INFO] [stdout] --> src/cache.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | unknown_crate_types [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/cache.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | unused_attributes, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/cache.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | html_logo_url = "https://raw.githubusercontent.com/maidsafe/QA/master/Images/maidsafe_logo.png", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` 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 #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/cache.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | html_favicon_url = "https://maidsafe.net/img/favicon.ico", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied at the crate level [INFO] [stdout] --> src/cache.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | test(attr(forbid(warnings))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.40s [INFO] running `Command { std: "docker" "inspect" "4cbc049c0fddbf0f8ce27725c849ca29afaadd5a8cf9f0c2b6d638000d4ddde7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cbc049c0fddbf0f8ce27725c849ca29afaadd5a8cf9f0c2b6d638000d4ddde7", kill_on_drop: false }` [INFO] [stdout] 4cbc049c0fddbf0f8ce27725c849ca29afaadd5a8cf9f0c2b6d638000d4ddde7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 45560c62e1f43d8203112485ec07399a8c69b264f6a13094503e56fca300cc1e [INFO] running `Command { std: "docker" "start" "-a" "45560c62e1f43d8203112485ec07399a8c69b264f6a13094503e56fca300cc1e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stderr] --> src/cache.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | exceeding_bitshifts, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `plugin_as_library` has been removed: plugins have been deprecated and retired [INFO] [stderr] --> src/cache.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | plugin_as_library, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: forbid(unknown_crate_types) is ignored unless specified at crate level [INFO] [stderr] --> src/cache.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | unknown_crate_types [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/cache.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | unused_attributes, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied at the crate level [INFO] [stderr] --> src/cache.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | html_logo_url = "https://raw.githubusercontent.com/maidsafe/QA/master/Images/maidsafe_logo.png", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied at the crate level [INFO] [stderr] --> src/cache.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | html_favicon_url = "https://maidsafe.net/img/favicon.ico", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied at the crate level [INFO] [stderr] --> src/cache.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | test(attr(forbid(warnings))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level for more information [INFO] [stderr] [INFO] [stderr] warning: `rustnish` (lib) generated 6 warnings [INFO] [stderr] warning: `rustnish` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustnish-71e248049e5f1031) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test cache::test::deref_coercions ... ok [INFO] [stdout] test cache::test::peek_iter ... ok [INFO] [stdout] test cache::test::peek_time_check ... ok [INFO] [stdout] test cache::test::expiration_time ... ok [INFO] [stdout] test tests::body_100_bytes ... ok [INFO] [stdout] test tests::cache_memory_size ... ok [INFO] [stdout] test tests::one_header_size ... ok [INFO] [stdout] test cache::test::time_and_size ... ok [INFO] [stdout] test cache::test::memory_size ... ok [INFO] [stdout] test cache::test::time_size_struct_value ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rustnish-d35e14554c77ca26) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/cache.rs (/opt/rustwide/target/debug/deps/cache-0b56cdc7bc515a98) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test session_cookie_bypass ... ok [INFO] [stdout] test insufficient_cache_size ... ok [INFO] [stdout] test no_max_age_means_uncachable ... ok [INFO] [stdout] test upstream_down_cache ... ok [INFO] [stdout] test max_age_expired ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s [INFO] [stdout] [INFO] [stderr] Running tests/response_and_headers.rs (/opt/rustwide/target/debug/deps/response_and_headers-eba7942b9665ca8e) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test port_occupied ... ok [INFO] [stdout] test invalid_host ... ok [INFO] [stdout] test x_forwarded_for_added ... ok [INFO] [stdout] test upstream_down ... ok [INFO] [stdout] test server_header_present ... ok [INFO] [stdout] test via_header_added ... ok [INFO] [stdout] test pass_through ... ok [INFO] [stdout] test post_request ... ok [INFO] [stdout] test query_parameters ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s [INFO] [stdout] [INFO] [stderr] Doc-tests rustnish [INFO] [stderr] warning: lint `exceeding_bitshifts` has been renamed to `arithmetic_overflow` [INFO] [stderr] --> /opt/rustwide/workdir/src/cache.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | exceeding_bitshifts, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use the new name: `arithmetic_overflow` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `plugin_as_library` has been removed: plugins have been deprecated and retired [INFO] [stderr] --> /opt/rustwide/workdir/src/cache.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | plugin_as_library, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "45560c62e1f43d8203112485ec07399a8c69b264f6a13094503e56fca300cc1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45560c62e1f43d8203112485ec07399a8c69b264f6a13094503e56fca300cc1e", kill_on_drop: false }` [INFO] [stdout] 45560c62e1f43d8203112485ec07399a8c69b264f6a13094503e56fca300cc1e