[INFO] cloning repository https://github.com/nurmohammed840/cor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nurmohammed840/cor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnurmohammed840%2Fcor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnurmohammed840%2Fcor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f41449d9d15b658f9f1b709b907a87fcf19aff46
[INFO] checking nurmohammed840/cor against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnurmohammed840%2Fcor" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nurmohammed840/cor
[INFO] finished tweaking git repo https://github.com/nurmohammed840/cor
[INFO] tweaked toml for git repo https://github.com/nurmohammed840/cor written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nurmohammed840/cor on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nurmohammed840/cor already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a3866e346c6b75547a6097c4684976f200c11038303a213e235984ca3fcff536
[INFO] running `Command { std: "docker" "start" "-a" "a3866e346c6b75547a6097c4684976f200c11038303a213e235984ca3fcff536", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a3866e346c6b75547a6097c4684976f200c11038303a213e235984ca3fcff536", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3866e346c6b75547a6097c4684976f200c11038303a213e235984ca3fcff536", kill_on_drop: false }`
[INFO] [stdout] a3866e346c6b75547a6097c4684976f200c11038303a213e235984ca3fcff536
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8503c56eb3ed0bbc2bc1c39e574927fe61a3f85ac156322287f3695d6895324c
[INFO] running `Command { std: "docker" "start" "-a" "8503c56eb3ed0bbc2bc1c39e574927fe61a3f85ac156322287f3695d6895324c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling quote2-macros v0.9.0
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]     Checking quote2 v0.9.0
[INFO] [stderr]     Checking syn v2.0.104
[INFO] [stderr]     Checking cor-macro v0.1.0 (/opt/rustwide/workdir/cor-macro)
[INFO] [stderr]     Checking cor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<String, Infallible>
[INFO] [stdout]   --> src/convert.rs:19:42
[INFO] [stdout]    |
[INFO] [stdout] 19 |                       Value::$name(val) => <$ty>::try_from(*val).map_err(ConvertError::from),
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | / convert! {
[INFO] [stdout] 38 | |     Int => i8
[INFO] [stdout] 39 | |     Int => i16
[INFO] [stdout] 40 | |     Int => i32
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | |     Bytes => Vec<u8>
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]    = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<u8>, Infallible>
[INFO] [stdout]   --> src/convert.rs:19:42
[INFO] [stdout]    |
[INFO] [stdout] 19 |                       Value::$name(val) => <$ty>::try_from(*val).map_err(ConvertError::from),
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | / convert! {
[INFO] [stdout] 38 | |     Int => i8
[INFO] [stdout] 39 | |     Int => i16
[INFO] [stdout] 40 | |     Int => i32
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | |     Bytes => Vec<u8>
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<Vec<u8>>, Infallible>
[INFO] [stdout]    --> src/convert.rs:135:47
[INFO] [stdout]     |
[INFO] [stdout] 135 |                           List::$name(items) => items
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 136 | |                             .iter()
[INFO] [stdout] 137 | |                             .map(|val| TryFrom::try_from(*val))
[INFO] [stdout] 138 | |                             .collect::<Result<Vec<_>, _>>()
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/convert.rs:137:40
[INFO] [stdout]     |
[INFO] [stdout] 137 |                               .map(|val| TryFrom::try_from(*val))
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<String>, Infallible>
[INFO] [stdout]    --> src/convert.rs:135:47
[INFO] [stdout]     |
[INFO] [stdout] 135 |                           List::$name(items) => items
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 136 | |                             .iter()
[INFO] [stdout] 137 | |                             .map(|val| TryFrom::try_from(*val))
[INFO] [stdout] 138 | |                             .collect::<Result<Vec<_>, _>>()
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<String, Infallible>
[INFO] [stdout]    --> src/convert.rs:137:40
[INFO] [stdout]     |
[INFO] [stdout] 137 |                               .map(|val| TryFrom::try_from(*val))
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<u64>, Infallible>
[INFO] [stdout]    --> src/convert.rs:135:47
[INFO] [stdout]     |
[INFO] [stdout] 135 |                           List::$name(items) => items
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 136 | |                             .iter()
[INFO] [stdout] 137 | |                             .map(|val| TryFrom::try_from(*val))
[INFO] [stdout] 138 | |                             .collect::<Result<Vec<_>, _>>()
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<u64, Infallible>
[INFO] [stdout]    --> src/convert.rs:137:40
[INFO] [stdout]     |
[INFO] [stdout] 137 |                               .map(|val| TryFrom::try_from(*val))
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<i64>, Infallible>
[INFO] [stdout]    --> src/convert.rs:135:47
[INFO] [stdout]     |
[INFO] [stdout] 135 |                           List::$name(items) => items
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 136 | |                             .iter()
[INFO] [stdout] 137 | |                             .map(|val| TryFrom::try_from(*val))
[INFO] [stdout] 138 | |                             .collect::<Result<Vec<_>, _>>()
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<i64, Infallible>
[INFO] [stdout]    --> src/convert.rs:137:40
[INFO] [stdout]     |
[INFO] [stdout] 137 |                               .map(|val| TryFrom::try_from(*val))
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<String, Infallible>
[INFO] [stdout]   --> src/convert.rs:19:42
[INFO] [stdout]    |
[INFO] [stdout] 19 |                       Value::$name(val) => <$ty>::try_from(*val).map_err(ConvertError::from),
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | / convert! {
[INFO] [stdout] 38 | |     Int => i8
[INFO] [stdout] 39 | |     Int => i16
[INFO] [stdout] 40 | |     Int => i32
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | |     Bytes => Vec<u8>
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]    = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<u8>, Infallible>
[INFO] [stdout]   --> src/convert.rs:19:42
[INFO] [stdout]    |
[INFO] [stdout] 19 |                       Value::$name(val) => <$ty>::try_from(*val).map_err(ConvertError::from),
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | / convert! {
[INFO] [stdout] 38 | |     Int => i8
[INFO] [stdout] 39 | |     Int => i16
[INFO] [stdout] 40 | |     Int => i32
[INFO] [stdout] ...  |
[INFO] [stdout] 47 | |     Bytes => Vec<u8>
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `convert` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<Vec<u8>>, Infallible>
[INFO] [stdout]    --> src/convert.rs:135:47
[INFO] [stdout]     |
[INFO] [stdout] 135 |                           List::$name(items) => items
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 136 | |                             .iter()
[INFO] [stdout] 137 | |                             .map(|val| TryFrom::try_from(*val))
[INFO] [stdout] 138 | |                             .collect::<Result<Vec<_>, _>>()
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<u8>, Infallible>
[INFO] [stdout]    --> src/convert.rs:137:40
[INFO] [stdout]     |
[INFO] [stdout] 137 |                               .map(|val| TryFrom::try_from(*val))
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<String>, Infallible>
[INFO] [stdout]    --> src/convert.rs:135:47
[INFO] [stdout]     |
[INFO] [stdout] 135 |                           List::$name(items) => items
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 136 | |                             .iter()
[INFO] [stdout] 137 | |                             .map(|val| TryFrom::try_from(*val))
[INFO] [stdout] 138 | |                             .collect::<Result<Vec<_>, _>>()
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<String, Infallible>
[INFO] [stdout]    --> src/convert.rs:137:40
[INFO] [stdout]     |
[INFO] [stdout] 137 |                               .map(|val| TryFrom::try_from(*val))
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<u64>, Infallible>
[INFO] [stdout]    --> src/convert.rs:135:47
[INFO] [stdout]     |
[INFO] [stdout] 135 |                           List::$name(items) => items
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 136 | |                             .iter()
[INFO] [stdout] 137 | |                             .map(|val| TryFrom::try_from(*val))
[INFO] [stdout] 138 | |                             .collect::<Result<Vec<_>, _>>()
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<u64, Infallible>
[INFO] [stdout]    --> src/convert.rs:137:40
[INFO] [stdout]     |
[INFO] [stdout] 137 |                               .map(|val| TryFrom::try_from(*val))
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<Vec<i64>, Infallible>
[INFO] [stdout]    --> src/convert.rs:135:47
[INFO] [stdout]     |
[INFO] [stdout] 135 |                           List::$name(items) => items
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 136 | |                             .iter()
[INFO] [stdout] 137 | |                             .map(|val| TryFrom::try_from(*val))
[INFO] [stdout] 138 | |                             .collect::<Result<Vec<_>, _>>()
[INFO] [stdout]     | |___________________________________________________________^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<i64, Infallible>
[INFO] [stdout]    --> src/convert.rs:137:40
[INFO] [stdout]     |
[INFO] [stdout] 137 |                               .map(|val| TryFrom::try_from(*val))
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | / convert_from_list! {
[INFO] [stdout] 167 | |     Bytes => Vec<Vec<u8>>
[INFO] [stdout] 168 | |     Str => Vec<String>
[INFO] [stdout] ...   |
[INFO] [stdout] 178 | |     Int => Vec<i64>
[INFO] [stdout] 179 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `convert_from_list` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cor` (lib test) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `cor` (lib) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "8503c56eb3ed0bbc2bc1c39e574927fe61a3f85ac156322287f3695d6895324c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8503c56eb3ed0bbc2bc1c39e574927fe61a3f85ac156322287f3695d6895324c", kill_on_drop: false }`
[INFO] [stdout] 8503c56eb3ed0bbc2bc1c39e574927fe61a3f85ac156322287f3695d6895324c
