[INFO] fetching crate rust-leb128 0.1.0...
[INFO] testing rust-leb128-0.1.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate rust-leb128 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate rust-leb128 0.1.0
[INFO] finished tweaking crates.io crate rust-leb128 0.1.0
[INFO] tweaked toml for crates.io crate rust-leb128 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust-leb128 0.1.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 14 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9b1501ccdeb23e67c8f00a48fa699a1e34a8130b8ee8b54c249ec4ef4f5eb37d
[INFO] running `Command { std: "docker" "start" "-a" "9b1501ccdeb23e67c8f00a48fa699a1e34a8130b8ee8b54c249ec4ef4f5eb37d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b1501ccdeb23e67c8f00a48fa699a1e34a8130b8ee8b54c249ec4ef4f5eb37d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b1501ccdeb23e67c8f00a48fa699a1e34a8130b8ee8b54c249ec4ef4f5eb37d", kill_on_drop: false }`
[INFO] [stdout] 9b1501ccdeb23e67c8f00a48fa699a1e34a8130b8ee8b54c249ec4ef4f5eb37d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 150060f1670a990836760a2363644f72d959576c01713e99063f49c83a4ed8a8
[INFO] running `Command { std: "docker" "start" "-a" "150060f1670a990836760a2363644f72d959576c01713e99063f49c83a4ed8a8", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust-leb128 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:161:15
[INFO] [stdout]     |
[INFO] [stdout] 161 | const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:27:5
[INFO] [stdout]     |
[INFO] [stdout]  27 |     unused_qualifications
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 161 - const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout] 161 + const_assert!(size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:161:42
[INFO] [stdout]     |
[INFO] [stdout] 161 | const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 161 - const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout] 161 + const_assert!(mem::size_of::<usize>() == size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 | const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 162 - const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout] 162 + const_assert!(size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:162:42
[INFO] [stdout]     |
[INFO] [stdout] 162 | const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 162 - const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout] 162 + const_assert!(mem::size_of::<isize>() == size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "150060f1670a990836760a2363644f72d959576c01713e99063f49c83a4ed8a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "150060f1670a990836760a2363644f72d959576c01713e99063f49c83a4ed8a8", kill_on_drop: false }`
[INFO] [stdout] 150060f1670a990836760a2363644f72d959576c01713e99063f49c83a4ed8a8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e7f2fc444dcab8ee25276166df5b3b2c594fbf1de24286a3e0c3c78404b9787a
[INFO] running `Command { std: "docker" "start" "-a" "e7f2fc444dcab8ee25276166df5b3b2c594fbf1de24286a3e0c3c78404b9787a", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:161:15
[INFO] [stdout]     |
[INFO] [stdout] 161 | const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:27:5
[INFO] [stdout]     |
[INFO] [stdout]  27 |     unused_qualifications
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 161 - const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout] 161 + const_assert!(size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:161:42
[INFO] [stdout]     |
[INFO] [stdout] 161 | const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 161 - const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout] 161 + const_assert!(mem::size_of::<usize>() == size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 | const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 162 - const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout] 162 + const_assert!(size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:162:42
[INFO] [stdout]     |
[INFO] [stdout] 162 | const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 162 - const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout] 162 + const_assert!(mem::size_of::<isize>() == size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rust-leb128 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:161:15
[INFO] [stdout]     |
[INFO] [stdout] 161 | const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:27:5
[INFO] [stdout]     |
[INFO] [stdout]  27 |     unused_qualifications
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 161 - const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout] 161 + const_assert!(size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:161:42
[INFO] [stdout]     |
[INFO] [stdout] 161 | const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 161 - const_assert!(mem::size_of::<usize>() == mem::size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout] 161 + const_assert!(mem::size_of::<usize>() == size_of::<<usize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 | const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 162 - const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout] 162 + const_assert!(size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/seq.rs:162:42
[INFO] [stdout]     |
[INFO] [stdout] 162 | const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 162 - const_assert!(mem::size_of::<isize>() == mem::size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout] 162 + const_assert!(mem::size_of::<isize>() == size_of::<<isize as Xsize>::Alias>(),);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Vec<usize>` in the current scope
[INFO] [stdout]    --> src/seq.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 let got = data.encoded_len();
[INFO] [stdout]     |                                ^^^^^^^^^^^ method not found in `Vec<usize>`
[INFO] [stdout] ...
[INFO] [stdout] 246 |     test_encoded_len!(test_encoded_len_usize, usize);
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encoded_len`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `int::Varint`
[INFO] [stdout]             candidate #2: `seq::Seq`
[INFO] [stdout]     = note: this error originates in the macro `test_encoded_len` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Vec<isize>` in the current scope
[INFO] [stdout]    --> src/seq.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 let got = data.encoded_len();
[INFO] [stdout]     |                                ^^^^^^^^^^^ method not found in `Vec<isize>`
[INFO] [stdout] ...
[INFO] [stdout] 247 |     test_encoded_len!(test_encoded_len_isize, isize);
[INFO] [stdout]     |     ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encoded_len`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `int::Varint`
[INFO] [stdout]             candidate #2: `seq::Seq`
[INFO] [stdout]     = note: this error originates in the macro `test_encoded_len` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Vec<u64>` in the current scope
[INFO] [stdout]    --> src/seq.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 let got = data.encoded_len();
[INFO] [stdout]     |                                ^^^^^^^^^^^ method not found in `Vec<u64>`
[INFO] [stdout] ...
[INFO] [stdout] 248 |     test_encoded_len!(test_encoded_len_u64, u64);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encoded_len`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `int::Varint`
[INFO] [stdout]             candidate #2: `seq::Seq`
[INFO] [stdout]     = note: this error originates in the macro `test_encoded_len` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Vec<i64>` in the current scope
[INFO] [stdout]    --> src/seq.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 let got = data.encoded_len();
[INFO] [stdout]     |                                ^^^^^^^^^^^ method not found in `Vec<i64>`
[INFO] [stdout] ...
[INFO] [stdout] 249 |     test_encoded_len!(test_encoded_len_i64, i64);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encoded_len`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `int::Varint`
[INFO] [stdout]             candidate #2: `seq::Seq`
[INFO] [stdout]     = note: this error originates in the macro `test_encoded_len` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Vec<u32>` in the current scope
[INFO] [stdout]    --> src/seq.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 let got = data.encoded_len();
[INFO] [stdout]     |                                ^^^^^^^^^^^ method not found in `Vec<u32>`
[INFO] [stdout] ...
[INFO] [stdout] 250 |     test_encoded_len!(test_encoded_len_u32, u32);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encoded_len`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `int::Varint`
[INFO] [stdout]             candidate #2: `seq::Seq`
[INFO] [stdout]     = note: this error originates in the macro `test_encoded_len` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Vec<i32>` in the current scope
[INFO] [stdout]    --> src/seq.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 let got = data.encoded_len();
[INFO] [stdout]     |                                ^^^^^^^^^^^ method not found in `Vec<i32>`
[INFO] [stdout] ...
[INFO] [stdout] 251 |     test_encoded_len!(test_encoded_len_i32, i32);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encoded_len`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `int::Varint`
[INFO] [stdout]             candidate #2: `seq::Seq`
[INFO] [stdout]     = note: this error originates in the macro `test_encoded_len` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Vec<u16>` in the current scope
[INFO] [stdout]    --> src/seq.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 let got = data.encoded_len();
[INFO] [stdout]     |                                ^^^^^^^^^^^ method not found in `Vec<u16>`
[INFO] [stdout] ...
[INFO] [stdout] 252 |     test_encoded_len!(test_encoded_len_u16, u16);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encoded_len`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `int::Varint`
[INFO] [stdout]             candidate #2: `seq::Seq`
[INFO] [stdout]     = note: this error originates in the macro `test_encoded_len` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Vec<i16>` in the current scope
[INFO] [stdout]    --> src/seq.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 let got = data.encoded_len();
[INFO] [stdout]     |                                ^^^^^^^^^^^ method not found in `Vec<i16>`
[INFO] [stdout] ...
[INFO] [stdout] 253 |     test_encoded_len!(test_encoded_len_i16, i16);
[INFO] [stdout]     |     -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encoded_len`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `int::Varint`
[INFO] [stdout]             candidate #2: `seq::Seq`
[INFO] [stdout]     = note: this error originates in the macro `test_encoded_len` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Vec<u8>` in the current scope
[INFO] [stdout]    --> src/seq.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 let got = data.encoded_len();
[INFO] [stdout]     |                                ^^^^^^^^^^^ method not found in `Vec<u8>`
[INFO] [stdout] ...
[INFO] [stdout] 254 |     test_encoded_len!(test_encoded_len_u8, u8);
[INFO] [stdout]     |     ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encoded_len`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `int::Varint`
[INFO] [stdout]             candidate #2: `seq::Seq`
[INFO] [stdout]     = note: this error originates in the macro `test_encoded_len` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encoded_len` found for struct `Vec<i8>` in the current scope
[INFO] [stdout]    --> src/seq.rs:240:32
[INFO] [stdout]     |
[INFO] [stdout] 240 |                 let got = data.encoded_len();
[INFO] [stdout]     |                                ^^^^^^^^^^^ method not found in `Vec<i8>`
[INFO] [stdout] ...
[INFO] [stdout] 255 |     test_encoded_len!(test_encoded_len_i8, i8);
[INFO] [stdout]     |     ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encoded_len`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `int::Varint`
[INFO] [stdout]             candidate #2: `seq::Seq`
[INFO] [stdout]     = note: this error originates in the macro `test_encoded_len` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-leb128` (lib test) due to 10 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e7f2fc444dcab8ee25276166df5b3b2c594fbf1de24286a3e0c3c78404b9787a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7f2fc444dcab8ee25276166df5b3b2c594fbf1de24286a3e0c3c78404b9787a", kill_on_drop: false }`
[INFO] [stdout] e7f2fc444dcab8ee25276166df5b3b2c594fbf1de24286a3e0c3c78404b9787a
