[INFO] fetching crate quic-p2p 0.7.1...
[INFO] checking quic-p2p-0.7.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579
[INFO] extracting crate quic-p2p 0.7.1 into /workspace/builds/worker-3/source
[INFO] validating manifest of crates.io crate quic-p2p 0.7.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] started tweaking crates.io crate quic-p2p 0.7.1
[INFO] finished tweaking crates.io crate quic-p2p 0.7.1
[INFO] tweaked toml for crates.io crate quic-p2p 0.7.1 written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate crates.io crate quic-p2p 0.7.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e6e265911ec44e0e7b350017f473e26b2393d7e53c174617a3ed1a81c50dc228
[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" "e6e265911ec44e0e7b350017f473e26b2393d7e53c174617a3ed1a81c50dc228", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6e265911ec44e0e7b350017f473e26b2393d7e53c174617a3ed1a81c50dc228", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6e265911ec44e0e7b350017f473e26b2393d7e53c174617a3ed1a81c50dc228", kill_on_drop: false }`
[INFO] [stdout] e6e265911ec44e0e7b350017f473e26b2393d7e53c174617a3ed1a81c50dc228
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--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] bec6ae7f2622a52a3333eeb02c5edebdcda927fa86d764ce177c2f4ccb8e3178
[INFO] running `Command { std: "docker" "start" "-a" "bec6ae7f2622a52a3333eeb02c5edebdcda927fa86d764ce177c2f4ccb8e3178", kill_on_drop: false }`
[INFO] [stderr] Compiling libc v0.2.79
[INFO] [stderr] Compiling syn v1.0.46
[INFO] [stderr] Checking once_cell v1.4.1
[INFO] [stderr] Compiling serde v1.0.117
[INFO] [stderr] Compiling cc v1.0.61
[INFO] [stderr] Compiling version_check v0.9.2
[INFO] [stderr] Compiling rustversion v1.0.3
[INFO] [stderr] Compiling pin-project-internal v0.4.27
[INFO] [stderr] Checking untrusted v0.7.1
[INFO] [stderr] Checking spin v0.5.2
[INFO] [stderr] Compiling proc-macro2 v0.4.30
[INFO] [stderr] Compiling bitflags v1.2.1
[INFO] [stderr] Compiling unicode-xid v0.1.0
[INFO] [stderr] Checking futures-sink v0.3.6
[INFO] [stderr] Checking adler v0.2.3
[INFO] [stderr] Checking gimli v0.22.0
[INFO] [stderr] Compiling failure_derive v0.1.8
[INFO] [stderr] Checking futures-core v0.3.6
[INFO] [stderr] Compiling proc-macro-hack v0.5.18
[INFO] [stderr] Checking rustc-demangle v0.1.18
[INFO] [stderr] Checking object v0.21.1
[INFO] [stderr] Compiling ryu v1.0.5
[INFO] [stderr] Checking unicode-width v0.1.8
[INFO] [stderr] Checking futures-io v0.3.6
[INFO] [stderr] Compiling maybe-uninit v2.0.0
[INFO] [stderr] Checking ansi_term v0.11.0
[INFO] [stderr] Checking strsim v0.8.0
[INFO] [stderr] Compiling nix v0.13.1
[INFO] [stderr] Checking fnv v1.0.7
[INFO] [stderr] Checking vec_map v0.8.2
[INFO] [stderr] Checking quick-error v1.2.3
[INFO] [stderr] Checking smallvec v1.4.2
[INFO] [stderr] Checking unicode-segmentation v1.6.0
[INFO] [stderr] Checking termcolor v1.1.0
[INFO] [stderr] Checking unwrap v1.2.1
[INFO] [stderr] Compiling num-traits v0.2.12
[INFO] [stderr] Compiling miniz_oxide v0.4.3
[INFO] [stderr] Compiling num-integer v0.1.43
[INFO] [stderr] Checking tracing-core v0.1.17
[INFO] [stderr] Compiling crossbeam-utils v0.7.2
[INFO] [stderr] Checking sharded-slab v0.0.9
[INFO] [stderr] Checking futures-task v0.3.6
[INFO] [stderr] Checking futures-channel v0.3.6
[INFO] [stderr] Checking textwrap v0.11.0
[INFO] [stderr] Checking humantime v1.3.0
[INFO] [stderr] Checking log v0.4.11
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr] Compiling proc-macro-error v1.0.4
[INFO] [stderr] Compiling quote v1.0.7
[INFO] [stderr] Checking aho-corasick v0.7.14
[INFO] [stderr] Checking base64 v0.10.1
[INFO] [stderr] Checking regex-automata v0.1.9
[INFO] [stderr] Checking tracing-log v0.1.1
[INFO] [stderr] Checking crossbeam-channel v0.4.4
[INFO] [stderr] Compiling quote v0.6.13
[INFO] [stderr] Checking regex v1.4.1
[INFO] [stderr] Checking getrandom v0.1.15
[INFO] [stderr] Checking time v0.1.44
[INFO] [stderr] Checking atty v0.2.14
[INFO] [stderr] Checking net2 v0.2.35
[INFO] [stderr] Checking iovec v0.1.4
[INFO] [stderr] Checking directories v1.0.2
[INFO] [stderr] Checking dirs v1.0.5
[INFO] [stderr] Compiling syn v0.15.44
[INFO] [stderr] Checking matchers v0.0.1
[INFO] [stderr] Checking rand_core v0.5.1
[INFO] [stderr] Compiling ring v0.16.15
[INFO] [stderr] Checking clap v2.33.3
[INFO] [stderr] Checking mio v0.6.22
[INFO] [stderr] Checking rand_chacha v0.2.2
[INFO] [stderr] Checking chrono v0.4.19
[INFO] [stderr] Checking rand v0.7.3
[INFO] [stderr] Checking env_logger v0.6.2
[INFO] [stderr] Checking addr2line v0.13.0
[INFO] [stderr] Checking backtrace v0.3.53
[INFO] [stderr] Checking yasna v0.3.2
[INFO] [stderr] Checking sct v0.6.0
[INFO] [stderr] Checking webpki v0.21.3
[INFO] [stderr] Checking rustls v0.17.0
[INFO] [stderr] Compiling structopt-derive v0.2.18
[INFO] [stderr] Checking rustyline v4.1.0
[INFO] [stderr] Checking structopt v0.2.18
[INFO] [stderr] Compiling synstructure v0.12.4
[INFO] [stderr] Compiling serde_derive v1.0.117
[INFO] [stderr] Compiling futures-macro v0.3.6
[INFO] [stderr] Compiling tracing-attributes v0.1.11
[INFO] [stderr] Compiling derive_more v0.99.11
[INFO] [stderr] Checking failure v0.1.8
[INFO] [stderr] Compiling err-derive v0.2.4
[INFO] [stderr] Checking pem v0.6.1
[INFO] [stderr] Checking rcgen v0.7.0
[INFO] [stderr] Checking tracing v0.1.21
[INFO] [stderr] Checking pin-project v0.4.27
[INFO] [stderr] Checking futures-util v0.3.6
[INFO] [stderr] Checking futures-executor v0.3.6
[INFO] [stderr] Checking futures v0.3.6
[INFO] [stderr] Checking bytes v0.5.6
[INFO] [stderr] Checking serde_json v1.0.59
[INFO] [stderr] Checking tracing-serde v0.1.2
[INFO] [stderr] Checking bincode v1.3.1
[INFO] [stderr] Checking tokio v0.2.22
[INFO] [stderr] Checking quinn-proto v0.6.1
[INFO] [stderr] Checking tracing-subscriber v0.2.13
[INFO] [stderr] Checking quinn v0.6.1
[INFO] [stderr] Checking quic-p2p v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0453]: deny(bad_style) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:21:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 21 | bad_style,
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(deprecated) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:22:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 22 | deprecated,
[INFO] [stdout] | ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(improper_ctypes) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:23:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 23 | improper_ctypes,
[INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(non_shorthand_field_patterns) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:25:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 25 | non_shorthand_field_patterns,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(bad_style) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:21:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 21 | bad_style,
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(deprecated) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:22:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 22 | deprecated,
[INFO] [stdout] | ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(improper_ctypes) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:23:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 23 | improper_ctypes,
[INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(non_shorthand_field_patterns) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:25:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 25 | non_shorthand_field_patterns,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(stable_features) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:27:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 27 | stable_features,
[INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unconditional_recursion) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:28:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 28 | unconditional_recursion,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unknown_lints) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:29:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 29 | unknown_lints,
[INFO] [stdout] | ^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unused_allocation) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:31:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 31 | unused_allocation,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unused_attributes) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:32:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 32 | unused_attributes,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unused_comparisons) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:33:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 33 | unused_comparisons,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unused_features) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:34:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 34 | unused_features,
[INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unused_parens) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:35:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 35 | unused_parens,
[INFO] [stdout] | ^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(while_true) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:36:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 36 | while_true,
[INFO] [stdout] | ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: warn(unused) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:44:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 44 | unused,
[INFO] [stdout] | ^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: warn(unused_extern_crates) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:45:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 45 | unused_extern_crates,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_mut) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:150:17
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 150 | #[allow(unused_mut)] // Needs to be mutable when `upnp` is enabled
[INFO] [stdout] | ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(stable_features) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:27:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 27 | stable_features,
[INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unconditional_recursion) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:28:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 28 | unconditional_recursion,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unknown_lints) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:29:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 29 | unknown_lints,
[INFO] [stdout] | ^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unused_allocation) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:31:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 31 | unused_allocation,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unused_attributes) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:32:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 32 | unused_attributes,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unused_comparisons) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:33:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 33 | unused_comparisons,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unused_features) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:34:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 34 | unused_features,
[INFO] [stdout] | ^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(unused_parens) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:35:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 35 | unused_parens,
[INFO] [stdout] | ^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: deny(while_true) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:36:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 36 | while_true,
[INFO] [stdout] | ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: warn(unused) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:44:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 44 | unused,
[INFO] [stdout] | ^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: warn(unused_extern_crates) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:45:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 45 | unused_extern_crates,
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_mut) incompatible with previous forbid
[INFO] [stdout] --> src/lib.rs:150:17
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] ...
[INFO] [stdout] 150 | #[allow(unused_mut)] // Needs to be mutable when `upnp` is enabled
[INFO] [stdout] | ^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:10
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:17
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:24
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(non_upper_case_globals) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_attributes) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(rust_2018_idioms) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_macros) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout] --> src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout] = note: `#[forbid(unused_qualifications)]` implied by `#[forbid(warnings)]`
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:33
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(non_upper_case_globals) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_attributes) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(rust_2018_idioms) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_macros) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(non_camel_case_types) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:24:44
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:57
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:61
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_variables) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:72
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(dead_code) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:72
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unreachable_code) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:24:72
[INFO] [stdout] |
[INFO] [stdout] 24 | #[derive(Clone, Debug, Default, Serialize, Deserialize, Eq, PartialEq, StructOpt)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(non_upper_case_globals) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:10
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_attributes) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:10
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:10
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(rust_2018_idioms) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:10
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_macros) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:10
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:10
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:10
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:10
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(non_upper_case_globals) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_attributes) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(rust_2018_idioms) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_macros) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(non_camel_case_types) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:97:21
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:34
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:41
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:97:45
[INFO] [stdout] |
[INFO] [stdout] 97 | #[derive(Serialize, Deserialize, Clone, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:10
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(non_upper_case_globals) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:17
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_attributes) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:17
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:17
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(rust_2018_idioms) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:17
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_macros) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:17
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(non_upper_case_globals) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:28
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_attributes) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:28
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:28
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(rust_2018_idioms) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:28
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_macros) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:28
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(non_camel_case_types) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:28
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:164:28
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:164:28
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: unnecessary qualification
[INFO] [stdout] --> src/config.rs:164:28
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:41
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:48
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:54
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_qualifications) incompatible with previous forbid
[INFO] [stdout] --> src/config.rs:164:58
[INFO] [stdout] |
[INFO] [stdout] 164 | #[derive(Debug, Serialize, Deserialize, Clone, Copy, Eq, PartialEq)]
[INFO] [stdout] | ^^^^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(dead_code) incompatible with previous forbid
[INFO] [stdout] --> src/connect.rs:78:17
[INFO] [stdout] |
[INFO] [stdout] 78 | / select! {
[INFO] [stdout] 79 | | // Terminator leaf
[INFO] [stdout] 80 | | _ = terminator_rx.recv().fuse() => {
[INFO] [stdout] 81 | | handle_connect_err(node_addr, &QuicP2pError::ConnectionCancelled);
[INFO] [stdout] ... |
[INFO] [stdout] 89 | | },
[INFO] [stdout] 90 | | }
[INFO] [stdout] | |_________________^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused) incompatible with previous forbid
[INFO] [stdout] --> src/connection/to_peer.rs:52:13
[INFO] [stdout] |
[INFO] [stdout] 52 | #[allow(unused)]
[INFO] [stdout] | ^^^^^^ overruled by previous forbid
[INFO] [stdout] |
[INFO] [stdout] ::: src/lib.rs:18:5
[INFO] [stdout] |
[INFO] [stdout] 18 | warnings
[INFO] [stdout] | -------- `forbid` level set here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0453]: allow(unused_unsafe) incompatible with previous forbid
[INFO] [stdout] --> src/context.rs:19:1
[INFO] [stdout] |
[INFO] [stdout] 19 | / thread_local! {
[INFO] [stdout] 20 | | pub static CTX: RefCell