[INFO] fetching crate repugnant-pickle 0.0.1...
[INFO] testing repugnant-pickle-0.0.1 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate repugnant-pickle 0.0.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate repugnant-pickle 0.0.1
[INFO] finished tweaking crates.io crate repugnant-pickle 0.0.1
[INFO] tweaked toml for crates.io crate repugnant-pickle 0.0.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate repugnant-pickle 0.0.1 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate repugnant-pickle 0.0.1 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f585fd564bed9b10c12e9c967214c87d7c34e14a7520bc3de5290d04a039ceff
[INFO] running `Command { std: "docker" "start" "-a" "f585fd564bed9b10c12e9c967214c87d7c34e14a7520bc3de5290d04a039ceff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f585fd564bed9b10c12e9c967214c87d7c34e14a7520bc3de5290d04a039ceff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f585fd564bed9b10c12e9c967214c87d7c34e14a7520bc3de5290d04a039ceff", kill_on_drop: false }`
[INFO] [stdout] f585fd564bed9b10c12e9c967214c87d7c34e14a7520bc3de5290d04a039ceff
[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" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d728086a6df6ea41cdba05bd5aec85db7edbec864912527cdaa3610708001997
[INFO] running `Command { std: "docker" "start" "-a" "d728086a6df6ea41cdba05bd5aec85db7edbec864912527cdaa3610708001997", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling repugnant-pickle v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:20:63
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp>>
[INFO] [stdout]    |                             --                   --           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                    |
[INFO] [stdout]    |                             |                    the same lifetime is named here
[INFO] [stdout]    |                             the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp<'a>>>
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:28:58
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_op<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], PickleOp>
[INFO] [stdout]    |                            --                   --       ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                    |
[INFO] [stdout]    |                            |                    the same lifetime is named here
[INFO] [stdout]    |                            the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_op<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], PickleOp<'a>>
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
[INFO] running `Command { std: "docker" "inspect" "d728086a6df6ea41cdba05bd5aec85db7edbec864912527cdaa3610708001997", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d728086a6df6ea41cdba05bd5aec85db7edbec864912527cdaa3610708001997", kill_on_drop: false }`
[INFO] [stdout] d728086a6df6ea41cdba05bd5aec85db7edbec864912527cdaa3610708001997
[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" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b5db95d387592f6dec4410dc3bccce0f24b60878cdd5e2a5f69a80714986efa4
[INFO] running `Command { std: "docker" "start" "-a" "b5db95d387592f6dec4410dc3bccce0f24b60878cdd5e2a5f69a80714986efa4", kill_on_drop: false }`
[INFO] [stderr]    Compiling repugnant-pickle v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:20:63
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp>>
[INFO] [stdout]    |                             --                   --           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                    |
[INFO] [stdout]    |                             |                    the same lifetime is named here
[INFO] [stdout]    |                             the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp<'a>>>
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:28:58
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_op<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], PickleOp>
[INFO] [stdout]    |                            --                   --       ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                    |
[INFO] [stdout]    |                            |                    the same lifetime is named here
[INFO] [stdout]    |                            the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_op<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], PickleOp<'a>>
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:20:63
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp>>
[INFO] [stdout]    |                             --                   --           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                    |
[INFO] [stdout]    |                             |                    the same lifetime is named here
[INFO] [stdout]    |                             the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp<'a>>>
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parsers.rs:28:58
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_op<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], PickleOp>
[INFO] [stdout]    |                            --                   --       ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |                    |
[INFO] [stdout]    |                            |                    the same lifetime is named here
[INFO] [stdout]    |                            the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub fn parse_op<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], PickleOp<'a>>
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.31s
[INFO] running `Command { std: "docker" "inspect" "b5db95d387592f6dec4410dc3bccce0f24b60878cdd5e2a5f69a80714986efa4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5db95d387592f6dec4410dc3bccce0f24b60878cdd5e2a5f69a80714986efa4", kill_on_drop: false }`
[INFO] [stdout] b5db95d387592f6dec4410dc3bccce0f24b60878cdd5e2a5f69a80714986efa4
[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" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6447af9a6372f9b51b62dfae957bfc6bd372c0760267146cc1caa05ac8d490f1
[INFO] running `Command { std: "docker" "start" "-a" "6447af9a6372f9b51b62dfae957bfc6bd372c0760267146cc1caa05ac8d490f1", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parsers.rs:20:63
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp>>
[INFO] [stderr]    |                             --                   --           ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                             |                    |
[INFO] [stderr]    |                             |                    the same lifetime is named here
[INFO] [stderr]    |                             the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp<'a>>>
[INFO] [stderr]    |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parsers.rs:28:58
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn parse_op<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], PickleOp>
[INFO] [stderr]    |                            --                   --       ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                            |                    |
[INFO] [stderr]    |                            |                    the same lifetime is named here
[INFO] [stderr]    |                            the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn parse_op<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], PickleOp<'a>>
[INFO] [stderr]    |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `repugnant-pickle` (lib) generated 2 warnings (run `cargo fix --lib -p repugnant-pickle` to apply 2 suggestions)
[INFO] [stderr] warning: `repugnant-pickle` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/repugnant_pickle-9c6d9ea25f03caf8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests repugnant_pickle
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 7) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 23) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 7) stdout ----
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/lib.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let (remaining_input, ops) = rp::parse_ops(b)?;
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^ cannot infer type of the type parameter `E` declared on the function `parse_ops`
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: nom::error::ParseError<&[u8]>` found in the `nom` crate:
[INFO] [stdout]            - impl<I> nom::error::ParseError<I> for ();
[INFO] [stdout]            - impl<I> nom::error::ParseError<I> for (I, nom::error::ErrorKind);
[INFO] [stdout]            - impl<I> nom::error::ParseError<I> for nom::error::Error<I>;
[INFO] [stdout]            - impl<I> nom::error::ParseError<I> for nom::error::VerboseError<I>;
[INFO] [stdout] note: required by a bound in `parse_ops`
[INFO] [stdout]   --> src/parsers.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp>>
[INFO] [stdout]    |        --------- required by a bound in this function
[INFO] [stdout] 21 | where
[INFO] [stdout] 22 |     E: ne::ParseError<&'a [u8]> + ne::FromExternalError<&'a [u8], Utf8Error>,
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `parse_ops`
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let (remaining_input, ops) = rp::parse_ops::<E>(b)?;
[INFO] [stdout]    |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/lib.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let (remaining_input, ops) = rp::parse_ops(b)?;
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^ cannot infer type of the type parameter `E` declared on the function `parse_ops`
[INFO] [stdout]    |
[INFO] [stdout]    = note: multiple `impl`s satisfying `_: nom::error::FromExternalError<&[u8], Utf8Error>` found in the `nom` crate:
[INFO] [stdout]            - impl<I, E> nom::error::FromExternalError<I, E> for ();
[INFO] [stdout]            - impl<I, E> nom::error::FromExternalError<I, E> for (I, nom::error::ErrorKind);
[INFO] [stdout]            - impl<I, E> nom::error::FromExternalError<I, E> for nom::error::Error<I>;
[INFO] [stdout]            - impl<I, E> nom::error::FromExternalError<I, E> for nom::error::VerboseError<I>;
[INFO] [stdout] note: required by a bound in `parse_ops`
[INFO] [stdout]   --> src/parsers.rs:22:35
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp>>
[INFO] [stdout]    |        --------- required by a bound in this function
[INFO] [stdout] 21 | where
[INFO] [stdout] 22 |     E: ne::ParseError<&'a [u8]> + ne::FromExternalError<&'a [u8], Utf8Error>,
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `parse_ops`
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let (remaining_input, ops) = rp::parse_ops::<E>(b)?;
[INFO] [stdout]    |                                               +++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 23) stdout ----
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Build` in this scope
[INFO] [stdout]   --> src/lib.rs:24:2
[INFO] [stdout]    |
[INFO] [stdout] 24 | [Build(
[INFO] [stdout]    |  ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Build;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Global` in this scope
[INFO] [stdout]   --> src/lib.rs:25:3
[INFO] [stdout]    |
[INFO] [stdout] 25 |   Global(
[INFO] [stdout]    |   ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 23 + use std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use std::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use core::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use nom::lib::std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout]    = and 1 other candidate
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Raw` in this scope
[INFO] [stdout]   --> src/lib.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     Raw(GLOBAL("collections", "OrderedDict"), [
[INFO] [stdout]    |     ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Raw;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GLOBAL` in this scope
[INFO] [stdout]   --> src/lib.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |     Raw(GLOBAL("collections", "OrderedDict"), [
[INFO] [stdout]    |         ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::ops::PickleOp::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::ops::p_op::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Seq` in this scope
[INFO] [stdout]   --> src/lib.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 |       Seq(Tuple, []),
[INFO] [stdout]    |       ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Seq;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Tuple` in this scope
[INFO] [stdout]   --> src/lib.rs:27:11
[INFO] [stdout]    |
[INFO] [stdout] 27 |       Seq(Tuple, []),
[INFO] [stdout]    |           ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::SequenceType::Tuple;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Seq` in this scope
[INFO] [stdout]   --> src/lib.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 |       Seq(Tuple, [
[INFO] [stdout]    |       ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Seq;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Tuple` in this scope
[INFO] [stdout]   --> src/lib.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |       Seq(Tuple, [
[INFO] [stdout]    |           ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::SequenceType::Tuple;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Seq` in this scope
[INFO] [stdout]   --> src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         Seq(Dict, [
[INFO] [stdout]    |         ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Seq;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Dict` in this scope
[INFO] [stdout]   --> src/lib.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |         Seq(Dict, [
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::SequenceType::Dict;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `String`
[INFO] [stdout]   --> src/lib.rs:30:11
[INFO] [stdout]    |
[INFO] [stdout] 30 |           String("emb.weight"),
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] help: you might have meant to use an associated function to build this type
[INFO] [stdout]    |
[INFO] [stdout] 30 -           String("emb.weight"),
[INFO] [stdout] 30 +           String::new(),
[INFO] [stdout]    |
[INFO] [stdout] 30 -           String("emb.weight"),
[INFO] [stdout] 30 +           String::with_capacity(_),
[INFO] [stdout]    |
[INFO] [stdout] 30 -           String("emb.weight"),
[INFO] [stdout] 30 +           String::from_utf8_lossy_owned(_),
[INFO] [stdout]    |
[INFO] [stdout] 30 -           String("emb.weight"),
[INFO] [stdout] 30 +           String::from_utf16_lossy(_),
[INFO] [stdout]    |
[INFO] [stdout]    = and 4 other candidates
[INFO] [stdout] help: consider importing this tuple variant instead
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::String;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Global` in this scope
[INFO] [stdout]   --> src/lib.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 |           Global(Raw(GLOBAL("torch._utils", "_rebuild_tensor_v2")), [
[INFO] [stdout]    |           ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 23 + use std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use std::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use core::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use nom::lib::std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout]    = and 1 other candidate
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Raw` in this scope
[INFO] [stdout]   --> src/lib.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 31 |           Global(Raw(GLOBAL("torch._utils", "_rebuild_tensor_v2")), [
[INFO] [stdout]    |                  ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Raw;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GLOBAL` in this scope
[INFO] [stdout]   --> src/lib.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 |           Global(Raw(GLOBAL("torch._utils", "_rebuild_tensor_v2")), [
[INFO] [stdout]    |                      ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::ops::PickleOp::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::ops::p_op::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Seq` in this scope
[INFO] [stdout]   --> src/lib.rs:32:13
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Seq(Tuple, [
[INFO] [stdout]    |             ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Seq;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Tuple` in this scope
[INFO] [stdout]   --> src/lib.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |             Seq(Tuple, [
[INFO] [stdout]    |                 ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::SequenceType::Tuple;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PersId` in this scope
[INFO] [stdout]   --> src/lib.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |               PersId(Seq(Tuple, [
[INFO] [stdout]    |               ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::PersId;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Seq` in this scope
[INFO] [stdout]   --> src/lib.rs:33:22
[INFO] [stdout]    |
[INFO] [stdout] 33 |               PersId(Seq(Tuple, [
[INFO] [stdout]    |                      ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Seq;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Tuple` in this scope
[INFO] [stdout]   --> src/lib.rs:33:26
[INFO] [stdout]    |
[INFO] [stdout] 33 |               PersId(Seq(Tuple, [
[INFO] [stdout]    |                          ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::SequenceType::Tuple;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `String`
[INFO] [stdout]   --> src/lib.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |                 String("storage"),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] help: you might have meant to use an associated function to build this type
[INFO] [stdout]    |
[INFO] [stdout] 34 -                 String("storage"),
[INFO] [stdout] 34 +                 String::new(),
[INFO] [stdout]    |
[INFO] [stdout] 34 -                 String("storage"),
[INFO] [stdout] 34 +                 String::with_capacity(_),
[INFO] [stdout]    |
[INFO] [stdout] 34 -                 String("storage"),
[INFO] [stdout] 34 +                 String::from_utf8_lossy_owned(_),
[INFO] [stdout]    |
[INFO] [stdout] 34 -                 String("storage"),
[INFO] [stdout] 34 +                 String::from_utf16_lossy(_),
[INFO] [stdout]    |
[INFO] [stdout]    = and 4 other candidates
[INFO] [stdout] help: consider importing this tuple variant instead
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::String;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Raw` in this scope
[INFO] [stdout]   --> src/lib.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 Raw(GLOBAL("torch", "BFloat16Storage")),
[INFO] [stdout]    |                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Raw;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GLOBAL` in this scope
[INFO] [stdout]   --> src/lib.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 35 |                 Raw(GLOBAL("torch", "BFloat16Storage")),
[INFO] [stdout]    |                     ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::ops::PickleOp::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::ops::p_op::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `String`
[INFO] [stdout]   --> src/lib.rs:36:17
[INFO] [stdout]    |
[INFO] [stdout] 36 |                 String("0"),
[INFO] [stdout]    |                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] help: you might have meant to use an associated function to build this type
[INFO] [stdout]    |
[INFO] [stdout] 36 -                 String("0"),
[INFO] [stdout] 36 +                 String::new(),
[INFO] [stdout]    |
[INFO] [stdout] 36 -                 String("0"),
[INFO] [stdout] 36 +                 String::with_capacity(_),
[INFO] [stdout]    |
[INFO] [stdout] 36 -                 String("0"),
[INFO] [stdout] 36 +                 String::from_utf8_lossy_owned(_),
[INFO] [stdout]    |
[INFO] [stdout] 36 -                 String("0"),
[INFO] [stdout] 36 +                 String::from_utf16_lossy(_),
[INFO] [stdout]    |
[INFO] [stdout]    = and 4 other candidates
[INFO] [stdout] help: consider importing this tuple variant instead
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::String;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `String`
[INFO] [stdout]   --> src/lib.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 String("cuda:0"),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] help: you might have meant to use an associated function to build this type
[INFO] [stdout]    |
[INFO] [stdout] 37 -                 String("cuda:0"),
[INFO] [stdout] 37 +                 String::new(),
[INFO] [stdout]    |
[INFO] [stdout] 37 -                 String("cuda:0"),
[INFO] [stdout] 37 +                 String::with_capacity(_),
[INFO] [stdout]    |
[INFO] [stdout] 37 -                 String("cuda:0"),
[INFO] [stdout] 37 +                 String::from_utf8_lossy_owned(_),
[INFO] [stdout]    |
[INFO] [stdout] 37 -                 String("cuda:0"),
[INFO] [stdout] 37 +                 String::from_utf16_lossy(_),
[INFO] [stdout]    |
[INFO] [stdout]    = and 4 other candidates
[INFO] [stdout] help: consider importing this tuple variant instead
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::String;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Int` in this scope
[INFO] [stdout]   --> src/lib.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 Int(430348288),
[INFO] [stdout]    |                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Int` in this scope
[INFO] [stdout]   --> src/lib.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |               Int(327378944),
[INFO] [stdout]    |               ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Seq` in this scope
[INFO] [stdout]   --> src/lib.rs:41:15
[INFO] [stdout]    |
[INFO] [stdout] 41 |               Seq(Tuple, [Int(1024), Int(50277)]),
[INFO] [stdout]    |               ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Seq;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Tuple` in this scope
[INFO] [stdout]   --> src/lib.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |               Seq(Tuple, [Int(1024), Int(50277)]),
[INFO] [stdout]    |                   ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::SequenceType::Tuple;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Int` in this scope
[INFO] [stdout]   --> src/lib.rs:41:27
[INFO] [stdout]    |
[INFO] [stdout] 41 |               Seq(Tuple, [Int(1024), Int(50277)]),
[INFO] [stdout]    |                           ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Int` in this scope
[INFO] [stdout]   --> src/lib.rs:41:38
[INFO] [stdout]    |
[INFO] [stdout] 41 |               Seq(Tuple, [Int(1024), Int(50277)]),
[INFO] [stdout]    |                                      ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Seq` in this scope
[INFO] [stdout]   --> src/lib.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |               Seq(Tuple, [Int(1), Int(1024)]),
[INFO] [stdout]    |               ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Seq;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Tuple` in this scope
[INFO] [stdout]   --> src/lib.rs:42:19
[INFO] [stdout]    |
[INFO] [stdout] 42 |               Seq(Tuple, [Int(1), Int(1024)]),
[INFO] [stdout]    |                   ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::SequenceType::Tuple;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Int` in this scope
[INFO] [stdout]   --> src/lib.rs:42:27
[INFO] [stdout]    |
[INFO] [stdout] 42 |               Seq(Tuple, [Int(1), Int(1024)]),
[INFO] [stdout]    |                           ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Int` in this scope
[INFO] [stdout]   --> src/lib.rs:42:35
[INFO] [stdout]    |
[INFO] [stdout] 42 |               Seq(Tuple, [Int(1), Int(1024)]),
[INFO] [stdout]    |                                   ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Int;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Bool` in this scope
[INFO] [stdout]   --> src/lib.rs:43:15
[INFO] [stdout]    |
[INFO] [stdout] 43 |               Bool(false),
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]    |
[INFO] [stdout] 43 -               Bool(false),
[INFO] [stdout] 43 +               bool(false),
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Bool;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Global` in this scope
[INFO] [stdout]   --> src/lib.rs:44:15
[INFO] [stdout]    |
[INFO] [stdout] 44 |               Global(Raw(GLOBAL("collections", "OrderedDict")), [
[INFO] [stdout]    |               ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 23 + use std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use std::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use core::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use nom::lib::std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout]    = and 1 other candidate
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Raw` in this scope
[INFO] [stdout]   --> src/lib.rs:44:22
[INFO] [stdout]    |
[INFO] [stdout] 44 |               Global(Raw(GLOBAL("collections", "OrderedDict")), [
[INFO] [stdout]    |                      ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Raw;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GLOBAL` in this scope
[INFO] [stdout]   --> src/lib.rs:44:26
[INFO] [stdout]    |
[INFO] [stdout] 44 |               Global(Raw(GLOBAL("collections", "OrderedDict")), [
[INFO] [stdout]    |                          ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::ops::PickleOp::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::ops::p_op::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Seq` in this scope
[INFO] [stdout]   --> src/lib.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 Seq(Tuple, [])
[INFO] [stdout]    |                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Seq;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Tuple` in this scope
[INFO] [stdout]   --> src/lib.rs:45:21
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 Seq(Tuple, [])
[INFO] [stdout]    |                     ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::SequenceType::Tuple;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Seq` in this scope
[INFO] [stdout]   --> src/lib.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Seq(Dict, [
[INFO] [stdout]    |         ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Seq;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Dict` in this scope
[INFO] [stdout]   --> src/lib.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |         Seq(Dict, [
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::SequenceType::Dict;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `String`
[INFO] [stdout]   --> src/lib.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 |           String("blocks.0.ln1.weight"),
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] help: you might have meant to use an associated function to build this type
[INFO] [stdout]    |
[INFO] [stdout] 51 -           String("blocks.0.ln1.weight"),
[INFO] [stdout] 51 +           String::new(),
[INFO] [stdout]    |
[INFO] [stdout] 51 -           String("blocks.0.ln1.weight"),
[INFO] [stdout] 51 +           String::with_capacity(_),
[INFO] [stdout]    |
[INFO] [stdout] 51 -           String("blocks.0.ln1.weight"),
[INFO] [stdout] 51 +           String::from_utf8_lossy_owned(_),
[INFO] [stdout]    |
[INFO] [stdout] 51 -           String("blocks.0.ln1.weight"),
[INFO] [stdout] 51 +           String::from_utf16_lossy(_),
[INFO] [stdout]    |
[INFO] [stdout]    = and 4 other candidates
[INFO] [stdout] help: consider importing this tuple variant instead
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::String;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Global` in this scope
[INFO] [stdout]   --> src/lib.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 |           Global(Raw(GLOBAL("torch._utils", "_rebuild_tensor_v2")), [
[INFO] [stdout]    |           ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 23 + use std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use std::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use core::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use nom::lib::std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout]    = and 1 other candidate
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Raw` in this scope
[INFO] [stdout]   --> src/lib.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |           Global(Raw(GLOBAL("torch._utils", "_rebuild_tensor_v2")), [
[INFO] [stdout]    |                  ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::Value::Raw;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GLOBAL` in this scope
[INFO] [stdout]   --> src/lib.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |           Global(Raw(GLOBAL("torch._utils", "_rebuild_tensor_v2")), [
[INFO] [stdout]    |                      ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::ops::PickleOp::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout] 23 + use repugnant_pickle::ops::p_op::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 46 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 23)
[INFO] [stdout]     src/lib.rs - (line 7)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "6447af9a6372f9b51b62dfae957bfc6bd372c0760267146cc1caa05ac8d490f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6447af9a6372f9b51b62dfae957bfc6bd372c0760267146cc1caa05ac8d490f1", kill_on_drop: false }`
[INFO] [stdout] 6447af9a6372f9b51b62dfae957bfc6bd372c0760267146cc1caa05ac8d490f1
