[INFO] fetching crate atelier_core 0.2.10... [INFO] checking atelier_core-0.2.10 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate atelier_core 0.2.10 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate atelier_core 0.2.10 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate atelier_core 0.2.10 [INFO] finished tweaking crates.io crate atelier_core 0.2.10 [INFO] tweaked toml for crates.io crate atelier_core 0.2.10 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate atelier_core 0.2.10 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc94a9db780b3c514ea83e5a16d71944d63106737ce476c5168aa5ee2529f35a [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" "bc94a9db780b3c514ea83e5a16d71944d63106737ce476c5168aa5ee2529f35a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc94a9db780b3c514ea83e5a16d71944d63106737ce476c5168aa5ee2529f35a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc94a9db780b3c514ea83e5a16d71944d63106737ce476c5168aa5ee2529f35a", kill_on_drop: false }` [INFO] [stdout] bc94a9db780b3c514ea83e5a16d71944d63106737ce476c5168aa5ee2529f35a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "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] e9ba24dafbcf4d922299b23042ec756ca815d58425cd3e5fffea9996cb26c6ef [INFO] running `Command { std: "docker" "start" "-a" "e9ba24dafbcf4d922299b23042ec756ca815d58425cd3e5fffea9996cb26c6ef", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking diff v0.1.12 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking pretty_assertions v0.7.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling backtrace v0.3.59 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking atelier_core v0.2.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | #[doc("Invalid version number")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 24 | #[doc("Invalid shape ID format")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | #[doc("Expected an absolute shape ID")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | #[doc("Expected a shape, not member, ID")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | #[doc("Expected a member, not shape, ID")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | #[doc("Invalid shape kind variant")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | #[doc("Invalid value variant")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 54 | #[doc("Invalid error source, expecting 'client' or 'server'")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | #[doc("Requested action is not supported by the selected representation")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | #[doc("An error occurred serializing a model")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:69:15 [INFO] [stdout] | [INFO] [stdout] 69 | #[doc("An error occurred de-serializing a model")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | #[doc("A reference to an unknown shape ID was encountered")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | #[doc("An unknown member ID was encountered")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | #[doc("An unknown type-as-string encountered")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | #[doc("Reporting issues found by an Action.")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:94:15 [INFO] [stdout] | [INFO] [stdout] 94 | #[doc("The selector expression(s) failed to parse.")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:99:15 [INFO] [stdout] | [INFO] [stdout] 99 | #[doc("A merge conflict occurred between two shapes.")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | #[doc("A merge conflict occurred between two applied traits.")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | #[doc("A merge conflict occurred between two metadata values.")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | #[doc("Invalid version number")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | #[doc("Invalid version number")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 24 | #[doc("Invalid shape ID format")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | #[doc("Expected an absolute shape ID")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | #[doc("Expected a shape, not member, ID")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | #[doc("Expected a member, not shape, ID")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | #[doc("Invalid shape kind variant")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | #[doc("Invalid value variant")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 54 | #[doc("Invalid error source, expecting 'client' or 'server'")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:59:15 [INFO] [stdout] | [INFO] [stdout] 59 | #[doc("Requested action is not supported by the selected representation")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | #[doc("An error occurred serializing a model")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:69:15 [INFO] [stdout] | [INFO] [stdout] 69 | #[doc("An error occurred de-serializing a model")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | #[doc("A reference to an unknown shape ID was encountered")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | #[doc("An unknown member ID was encountered")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | #[doc("An unknown type-as-string encountered")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | #[doc("Reporting issues found by an Action.")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:94:15 [INFO] [stdout] | [INFO] [stdout] 94 | #[doc("The selector expression(s) failed to parse.")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:99:15 [INFO] [stdout] | [INFO] [stdout] 99 | #[doc("A merge conflict occurred between two shapes.")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | #[doc("A merge conflict occurred between two applied traits.")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | #[doc("A merge conflict occurred between two metadata values.")] [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] [INFO] [stdout] [INFO] [stdout] warning: invalid `doc` attribute [INFO] [stdout] --> src/error.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | #[doc("Invalid version number")] [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] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.72s [INFO] running `Command { std: "docker" "inspect" "e9ba24dafbcf4d922299b23042ec756ca815d58425cd3e5fffea9996cb26c6ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9ba24dafbcf4d922299b23042ec756ca815d58425cd3e5fffea9996cb26c6ef", kill_on_drop: false }` [INFO] [stdout] e9ba24dafbcf4d922299b23042ec756ca815d58425cd3e5fffea9996cb26c6ef