[INFO] fetching crate serde_utils 0.6.0... [INFO] checking serde_utils-0.6.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate serde_utils 0.6.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate serde_utils 0.6.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate serde_utils 0.6.0 [INFO] finished tweaking crates.io crate serde_utils 0.6.0 [INFO] tweaked toml for crates.io crate serde_utils 0.6.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bcd0c3f9a2c4a51f8e8961c36f1ea08cedb08586aeb1fbb88a8a4183a1a948a6 [INFO] running `"docker" "start" "-a" "bcd0c3f9a2c4a51f8e8961c36f1ea08cedb08586aeb1fbb88a8a4183a1a948a6"` [INFO] [stderr] Checking serde_utils v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking rmp v0.8.8 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/generic.rs:291:33 [INFO] [stderr] | [INFO] [stderr] 291 | while let Some(value) = try!(visitor.next_element()) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/generic.rs:300:40 [INFO] [stderr] | [INFO] [stderr] 300 | while let Some((key, value)) = try!(visitor.next_entry()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Checking rmp-serde v0.13.7 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/generic.rs:291:33 [INFO] [stderr] | [INFO] [stderr] 291 | while let Some(value) = try!(visitor.next_element()) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/generic.rs:300:40 [INFO] [stderr] | [INFO] [stderr] 300 | while let Some((key, value)) = try!(visitor.next_entry()) { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / serde_impl!(IntMapTestReduced(u64) { [INFO] [stderr] 37 | | test: String => 0, [INFO] [stderr] 38 | | option: Option => 2 [INFO] [stderr] 39 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / serde_impl!(IntMapTestReduced(u64) { [INFO] [stderr] 37 | | test: String => 0, [INFO] [stderr] 38 | | option: Option => 2 [INFO] [stderr] 39 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / serde_impl!(IntMapTestReduced(u64) { [INFO] [stderr] 37 | | test: String => 0, [INFO] [stderr] 38 | | option: Option => 2 [INFO] [stderr] 39 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / serde_impl!(IntMapTestReduced(u64) { [INFO] [stderr] 37 | | test: String => 0, [INFO] [stderr] 38 | | option: Option => 2 [INFO] [stderr] 39 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / serde_impl!(IntMapTestReduced(u64) { [INFO] [stderr] 37 | | test: String => 0, [INFO] [stderr] 38 | | option: Option => 2 [INFO] [stderr] 39 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | / serde_impl!(IntMapTestReduced(u64) { [INFO] [stderr] 37 | | test: String => 0, [INFO] [stderr] 38 | | option: Option => 2 [INFO] [stderr] 39 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / serde_impl!(IntMapTest(u64) { [INFO] [stderr] 48 | | test: String => 0, [INFO] [stderr] 49 | | num: u64 => 1, [INFO] [stderr] 50 | | option: Option => 2 [INFO] [stderr] 51 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / serde_impl!(IntMapTest(u64) { [INFO] [stderr] 48 | | test: String => 0, [INFO] [stderr] 49 | | num: u64 => 1, [INFO] [stderr] 50 | | option: Option => 2 [INFO] [stderr] 51 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / serde_impl!(IntMapTest(u64) { [INFO] [stderr] 48 | | test: String => 0, [INFO] [stderr] 49 | | num: u64 => 1, [INFO] [stderr] 50 | | option: Option => 2 [INFO] [stderr] 51 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / serde_impl!(IntMapTest(u64) { [INFO] [stderr] 48 | | test: String => 0, [INFO] [stderr] 49 | | num: u64 => 1, [INFO] [stderr] 50 | | option: Option => 2 [INFO] [stderr] 51 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / serde_impl!(IntMapTest(u64) { [INFO] [stderr] 48 | | test: String => 0, [INFO] [stderr] 49 | | num: u64 => 1, [INFO] [stderr] 50 | | option: Option => 2 [INFO] [stderr] 51 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / serde_impl!(IntMapTest(u64) { [INFO] [stderr] 48 | | test: String => 0, [INFO] [stderr] 49 | | num: u64 => 1, [INFO] [stderr] 50 | | option: Option => 2 [INFO] [stderr] 51 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / serde_impl!(CompressedIntMapTest(u64?) { [INFO] [stderr] 60 | | test: String => 0, [INFO] [stderr] 61 | | num: u64 => 1, [INFO] [stderr] 62 | | option: Option => 2 [INFO] [stderr] 63 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / serde_impl!(CompressedIntMapTest(u64?) { [INFO] [stderr] 60 | | test: String => 0, [INFO] [stderr] 61 | | num: u64 => 1, [INFO] [stderr] 62 | | option: Option => 2 [INFO] [stderr] 63 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / serde_impl!(CompressedIntMapTest(u64?) { [INFO] [stderr] 60 | | test: String => 0, [INFO] [stderr] 61 | | num: u64 => 1, [INFO] [stderr] 62 | | option: Option => 2 [INFO] [stderr] 63 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / serde_impl!(CompressedIntMapTest(u64?) { [INFO] [stderr] 60 | | test: String => 0, [INFO] [stderr] 61 | | num: u64 => 1, [INFO] [stderr] 62 | | option: Option => 2 [INFO] [stderr] 63 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / serde_impl!(CompressedIntMapTest(u64?) { [INFO] [stderr] 60 | | test: String => 0, [INFO] [stderr] 61 | | num: u64 => 1, [INFO] [stderr] 62 | | option: Option => 2 [INFO] [stderr] 63 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | / serde_impl!(CompressedIntMapTest(u64?) { [INFO] [stderr] 60 | | test: String => 0, [INFO] [stderr] 61 | | num: u64 => 1, [INFO] [stderr] 62 | | option: Option => 2 [INFO] [stderr] 63 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / serde_impl!(StrMapTest(String) { [INFO] [stderr] 99 | | test: String => "test", [INFO] [stderr] 100 | | num: u64 => "num", [INFO] [stderr] 101 | | option: Option => "option" [INFO] [stderr] 102 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / serde_impl!(StrMapTest(String) { [INFO] [stderr] 99 | | test: String => "test", [INFO] [stderr] 100 | | num: u64 => "num", [INFO] [stderr] 101 | | option: Option => "option" [INFO] [stderr] 102 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / serde_impl!(StrMapTest(String) { [INFO] [stderr] 99 | | test: String => "test", [INFO] [stderr] 100 | | num: u64 => "num", [INFO] [stderr] 101 | | option: Option => "option" [INFO] [stderr] 102 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / serde_impl!(StrMapTest(String) { [INFO] [stderr] 99 | | test: String => "test", [INFO] [stderr] 100 | | num: u64 => "num", [INFO] [stderr] 101 | | option: Option => "option" [INFO] [stderr] 102 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / serde_impl!(StrMapTest(String) { [INFO] [stderr] 99 | | test: String => "test", [INFO] [stderr] 100 | | num: u64 => "num", [INFO] [stderr] 101 | | option: Option => "option" [INFO] [stderr] 102 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / serde_impl!(StrMapTest(String) { [INFO] [stderr] 99 | | test: String => "test", [INFO] [stderr] 100 | | num: u64 => "num", [INFO] [stderr] 101 | | option: Option => "option" [INFO] [stderr] 102 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | / serde_impl!(StrMapTestReduced(String) { [INFO] [stderr] 110 | | test: String => "test", [INFO] [stderr] 111 | | option: Option => "option" [INFO] [stderr] 112 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | / serde_impl!(StrMapTestReduced(String) { [INFO] [stderr] 110 | | test: String => "test", [INFO] [stderr] 111 | | option: Option => "option" [INFO] [stderr] 112 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | / serde_impl!(StrMapTestReduced(String) { [INFO] [stderr] 110 | | test: String => "test", [INFO] [stderr] 111 | | option: Option => "option" [INFO] [stderr] 112 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | / serde_impl!(StrMapTestReduced(String) { [INFO] [stderr] 110 | | test: String => "test", [INFO] [stderr] 111 | | option: Option => "option" [INFO] [stderr] 112 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | / serde_impl!(StrMapTestReduced(String) { [INFO] [stderr] 110 | | test: String => "test", [INFO] [stderr] 111 | | option: Option => "option" [INFO] [stderr] 112 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/structs.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | / serde_impl!(StrMapTestReduced(String) { [INFO] [stderr] 110 | | test: String => "test", [INFO] [stderr] 111 | | option: Option => "option" [INFO] [stderr] 112 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | / serde_impl!(IntEnumTest(u64) { [INFO] [stderr] 35 | | A => 0, [INFO] [stderr] 36 | | B => 1, [INFO] [stderr] 37 | | C => 2 [INFO] [stderr] 38 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | / serde_impl!(IntEnumTestReduced(u64) { [INFO] [stderr] 45 | | A => 0, [INFO] [stderr] 46 | | C => 2 [INFO] [stderr] 47 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | / serde_impl!(StrEnumTest(String) { [INFO] [stderr] 74 | | A => "a", [INFO] [stderr] 75 | | B => "b", [INFO] [stderr] 76 | | C => "c" [INFO] [stderr] 77 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | / serde_impl!(StrEnumTestReduced(String) { [INFO] [stderr] 84 | | A => "a", [INFO] [stderr] 85 | | C => "c" [INFO] [stderr] 86 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | / serde_impl!(IntParamEnumTest(u64) { [INFO] [stderr] 113 | | A(u64) => 0, [INFO] [stderr] 114 | | B(bool) => 1, [INFO] [stderr] 115 | | C(String) => 2 [INFO] [stderr] 116 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | / serde_impl!(IntParamEnumTest(u64) { [INFO] [stderr] 113 | | A(u64) => 0, [INFO] [stderr] 114 | | B(bool) => 1, [INFO] [stderr] 115 | | C(String) => 2 [INFO] [stderr] 116 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | / serde_impl!(IntParamEnumTest(u64) { [INFO] [stderr] 113 | | A(u64) => 0, [INFO] [stderr] 114 | | B(bool) => 1, [INFO] [stderr] 115 | | C(String) => 2 [INFO] [stderr] 116 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | / serde_impl!(IntParamEnumTest(u64) { [INFO] [stderr] 113 | | A(u64) => 0, [INFO] [stderr] 114 | | B(bool) => 1, [INFO] [stderr] 115 | | C(String) => 2 [INFO] [stderr] 116 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / serde_impl!(IntParamEnumTestReduced(u64) { [INFO] [stderr] 123 | | A(u64) => 0, [INFO] [stderr] 124 | | C(String) => 2 [INFO] [stderr] 125 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / serde_impl!(IntParamEnumTestReduced(u64) { [INFO] [stderr] 123 | | A(u64) => 0, [INFO] [stderr] 124 | | C(String) => 2 [INFO] [stderr] 125 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / serde_impl!(IntParamEnumTestReduced(u64) { [INFO] [stderr] 123 | | A(u64) => 0, [INFO] [stderr] 124 | | C(String) => 2 [INFO] [stderr] 125 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | / serde_impl!(IntParamEnumTestReduced(u64) { [INFO] [stderr] 123 | | A(u64) => 0, [INFO] [stderr] 124 | | C(String) => 2 [INFO] [stderr] 125 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | / serde_impl!(StrParamEnumTest(String) { [INFO] [stderr] 152 | | A(u64) => "a", [INFO] [stderr] 153 | | B(bool) => "b", [INFO] [stderr] 154 | | C(String) => "c" [INFO] [stderr] 155 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | / serde_impl!(StrParamEnumTest(String) { [INFO] [stderr] 152 | | A(u64) => "a", [INFO] [stderr] 153 | | B(bool) => "b", [INFO] [stderr] 154 | | C(String) => "c" [INFO] [stderr] 155 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | / serde_impl!(StrParamEnumTest(String) { [INFO] [stderr] 152 | | A(u64) => "a", [INFO] [stderr] 153 | | B(bool) => "b", [INFO] [stderr] 154 | | C(String) => "c" [INFO] [stderr] 155 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:151:1 [INFO] [stderr] | [INFO] [stderr] 151 | / serde_impl!(StrParamEnumTest(String) { [INFO] [stderr] 152 | | A(u64) => "a", [INFO] [stderr] 153 | | B(bool) => "b", [INFO] [stderr] 154 | | C(String) => "c" [INFO] [stderr] 155 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | / serde_impl!(StrParamEnumTestReduced(String) { [INFO] [stderr] 162 | | A(u64) => "a", [INFO] [stderr] 163 | | C(String) => "c" [INFO] [stderr] 164 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | / serde_impl!(StrParamEnumTestReduced(String) { [INFO] [stderr] 162 | | A(u64) => "a", [INFO] [stderr] 163 | | C(String) => "c" [INFO] [stderr] 164 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | / serde_impl!(StrParamEnumTestReduced(String) { [INFO] [stderr] 162 | | A(u64) => "a", [INFO] [stderr] 163 | | C(String) => "c" [INFO] [stderr] 164 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> tests/enums.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | / serde_impl!(StrParamEnumTestReduced(String) { [INFO] [stderr] 162 | | A(u64) => "a", [INFO] [stderr] 163 | | C(String) => "c" [INFO] [stderr] 164 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.75s [INFO] running `"docker" "inspect" "bcd0c3f9a2c4a51f8e8961c36f1ea08cedb08586aeb1fbb88a8a4183a1a948a6"` [INFO] running `"docker" "rm" "-f" "bcd0c3f9a2c4a51f8e8961c36f1ea08cedb08586aeb1fbb88a8a4183a1a948a6"` [INFO] [stdout] bcd0c3f9a2c4a51f8e8961c36f1ea08cedb08586aeb1fbb88a8a4183a1a948a6