[INFO] fetching crate repugnant-pickle 0.0.1...
[INFO] testing repugnant-pickle-0.0.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate repugnant-pickle 0.0.1 into /workspace/builds/worker-5-tc1/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-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate repugnant-pickle 0.0.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded inout v0.1.3
[INFO] [stderr]   Downloaded anyhow v1.0.79
[INFO] [stderr]   Downloaded aes v0.8.3
[INFO] [stderr]   Downloaded bzip2-sys v0.1.11+1.0.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 684e7a63c4f73b11f7941888ff20f0f6d8f2ab905e120353f75743e35dea1220
[INFO] running `Command { std: "docker" "start" "-a" "684e7a63c4f73b11f7941888ff20f0f6d8f2ab905e120353f75743e35dea1220", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "684e7a63c4f73b11f7941888ff20f0f6d8f2ab905e120353f75743e35dea1220", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "684e7a63c4f73b11f7941888ff20f0f6d8f2ab905e120353f75743e35dea1220", kill_on_drop: false }`
[INFO] [stdout] 684e7a63c4f73b11f7941888ff20f0f6d8f2ab905e120353f75743e35dea1220
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] de94e5043aeb2e7f59bb1c988e0f645e401769b9f147fa7a1dd28855e5aac358
[INFO] running `Command { std: "docker" "start" "-a" "de94e5043aeb2e7f59bb1c988e0f645e401769b9f147fa7a1dd28855e5aac358", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[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:29
[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:28
[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 4.70s
[INFO] running `Command { std: "docker" "inspect" "de94e5043aeb2e7f59bb1c988e0f645e401769b9f147fa7a1dd28855e5aac358", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de94e5043aeb2e7f59bb1c988e0f645e401769b9f147fa7a1dd28855e5aac358", kill_on_drop: false }`
[INFO] [stdout] de94e5043aeb2e7f59bb1c988e0f645e401769b9f147fa7a1dd28855e5aac358
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ffc8bc0c4bdb71b16aaf2b502a41fe2f28a025e89f4b8ccad0bc89a1e9adca4e
[INFO] running `Command { std: "docker" "start" "-a" "ffc8bc0c4bdb71b16aaf2b502a41fe2f28a025e89f4b8ccad0bc89a1e9adca4e", 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:29
[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:28
[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:29
[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:28
[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 0.77s
[INFO] running `Command { std: "docker" "inspect" "ffc8bc0c4bdb71b16aaf2b502a41fe2f28a025e89f4b8ccad0bc89a1e9adca4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffc8bc0c4bdb71b16aaf2b502a41fe2f28a025e89f4b8ccad0bc89a1e9adca4e", kill_on_drop: false }`
[INFO] [stdout] ffc8bc0c4bdb71b16aaf2b502a41fe2f28a025e89f4b8ccad0bc89a1e9adca4e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 265024da7c8265bd07fe1eeddc7c3b634f06bab7815ee045d278907ca8a1b548
[INFO] running `Command { std: "docker" "start" "-a" "265024da7c8265bd07fe1eeddc7c3b634f06bab7815ee045d278907ca8a1b548", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]   --> src/parsers.rs:20:29
[INFO] [stdout] running 0 tests
[INFO] [stderr]    |
[INFO] [stdout] 
[INFO] [stderr] 20 | pub fn parse_ops<'a, E>(i: &'a [u8]) -> IResult<&'a [u8], Vec<PickleOp>>
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]    |                             ^^                   --           -------- the same lifetime is hidden here
[INFO] [stdout] 
[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:28
[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
[INFO] [stderr] warning: `repugnant-pickle` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/repugnant_pickle-5a2f58d35f69c3fb)
[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]  9 |     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]   --> /opt/rustwide/workdir/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]  9 |     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]  9 |     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]   --> /opt/rustwide/workdir/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]  9 |     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] 3 | [Build(
[INFO] [stdout]   |  ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 4 |   Global(
[INFO] [stdout]   |   ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::alloc::Global;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::net::Ipv6MulticastScope::Global;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use core::net::Ipv6MulticastScope::Global;
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 5 |     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] 2 + 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] 5 |     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] 2 + use repugnant_pickle::ops::PickleOp::GLOBAL;
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 6 |       Seq(Tuple, []),
[INFO] [stdout]   |       ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 6 |       Seq(Tuple, []),
[INFO] [stdout]   |           ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 7 |       Seq(Tuple, [
[INFO] [stdout]   |       ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 7 |       Seq(Tuple, [
[INFO] [stdout]   |           ^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 8 |         Seq(Dict, [
[INFO] [stdout]   |         ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 8 |         Seq(Dict, [
[INFO] [stdout]   |             ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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] 9 |           String("emb.weight"),
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/string.rs:360:1
[INFO] [stdout]   |
[INFO] [stdout]   = note: `String` defined here
[INFO] [stdout]   |
[INFO] [stdout] help: you might have meant to use an associated function to build this type
[INFO] [stdout]   |
[INFO] [stdout] 9 -           String("emb.weight"),
[INFO] [stdout] 9 +           String::new(),
[INFO] [stdout]   |
[INFO] [stdout] 9 -           String("emb.weight"),
[INFO] [stdout] 9 +           String::with_capacity(_),
[INFO] [stdout]   |
[INFO] [stdout] 9 -           String("emb.weight"),
[INFO] [stdout] 9 +           String::from_utf8_lossy_owned(_),
[INFO] [stdout]   |
[INFO] [stdout] 9 -           String("emb.weight"),
[INFO] [stdout] 9 +           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] 2 + 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] 10 |           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]  2 + use std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 10 |           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]  2 + 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] 10 |           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]  2 + use repugnant_pickle::ops::PickleOp::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 11 |             Seq(Tuple, [
[INFO] [stdout]    |             ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 11 |             Seq(Tuple, [
[INFO] [stdout]    |                 ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 12 |               PersId(Seq(Tuple, [
[INFO] [stdout]    |               ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 12 |               PersId(Seq(Tuple, [
[INFO] [stdout]    |                      ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 12 |               PersId(Seq(Tuple, [
[INFO] [stdout]    |                          ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 13 |                 String("storage"),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/string.rs:360:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to use an associated function to build this type
[INFO] [stdout]    |
[INFO] [stdout] 13 -                 String("storage"),
[INFO] [stdout] 13 +                 String::new(),
[INFO] [stdout]    |
[INFO] [stdout] 13 -                 String("storage"),
[INFO] [stdout] 13 +                 String::with_capacity(_),
[INFO] [stdout]    |
[INFO] [stdout] 13 -                 String("storage"),
[INFO] [stdout] 13 +                 String::from_utf8_lossy_owned(_),
[INFO] [stdout]    |
[INFO] [stdout] 13 -                 String("storage"),
[INFO] [stdout] 13 +                 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]  2 + 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] 14 |                 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]  2 + 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] 14 |                 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]  2 + use repugnant_pickle::ops::PickleOp::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 15 |                 String("0"),
[INFO] [stdout]    |                 ^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/string.rs:360:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to use an associated function to build this type
[INFO] [stdout]    |
[INFO] [stdout] 15 -                 String("0"),
[INFO] [stdout] 15 +                 String::new(),
[INFO] [stdout]    |
[INFO] [stdout] 15 -                 String("0"),
[INFO] [stdout] 15 +                 String::with_capacity(_),
[INFO] [stdout]    |
[INFO] [stdout] 15 -                 String("0"),
[INFO] [stdout] 15 +                 String::from_utf8_lossy_owned(_),
[INFO] [stdout]    |
[INFO] [stdout] 15 -                 String("0"),
[INFO] [stdout] 15 +                 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]  2 + 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] 16 |                 String("cuda:0"),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/string.rs:360:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to use an associated function to build this type
[INFO] [stdout]    |
[INFO] [stdout] 16 -                 String("cuda:0"),
[INFO] [stdout] 16 +                 String::new(),
[INFO] [stdout]    |
[INFO] [stdout] 16 -                 String("cuda:0"),
[INFO] [stdout] 16 +                 String::with_capacity(_),
[INFO] [stdout]    |
[INFO] [stdout] 16 -                 String("cuda:0"),
[INFO] [stdout] 16 +                 String::from_utf8_lossy_owned(_),
[INFO] [stdout]    |
[INFO] [stdout] 16 -                 String("cuda:0"),
[INFO] [stdout] 16 +                 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]  2 + 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] 17 |                 Int(430348288),
[INFO] [stdout]    |                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 19 |               Int(327378944),
[INFO] [stdout]    |               ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 20 |               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]  2 + 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] 20 |               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]  2 + 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] 20 |               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]  2 + 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] 20 |               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]  2 + 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] 21 |               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]  2 + 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] 21 |               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]  2 + 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] 21 |               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]  2 + 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] 21 |               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]  2 + 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] 22 |               Bool(false),
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 23 |               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]  2 + use std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 23 |               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]  2 + 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] 23 |               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]  2 + use repugnant_pickle::ops::PickleOp::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 24 |                 Seq(Tuple, [])
[INFO] [stdout]    |                 ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 24 |                 Seq(Tuple, [])
[INFO] [stdout]    |                     ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 29 |         Seq(Dict, [
[INFO] [stdout]    |         ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 29 |         Seq(Dict, [
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 30 |           String("blocks.0.ln1.weight"),
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/string.rs:360:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: you might have meant to use an associated function to build this type
[INFO] [stdout]    |
[INFO] [stdout] 30 -           String("blocks.0.ln1.weight"),
[INFO] [stdout] 30 +           String::new(),
[INFO] [stdout]    |
[INFO] [stdout] 30 -           String("blocks.0.ln1.weight"),
[INFO] [stdout] 30 +           String::with_capacity(_),
[INFO] [stdout]    |
[INFO] [stdout] 30 -           String("blocks.0.ln1.weight"),
[INFO] [stdout] 30 +           String::from_utf8_lossy_owned(_),
[INFO] [stdout]    |
[INFO] [stdout] 30 -           String("blocks.0.ln1.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]  2 + 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] 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]  2 + use std::alloc::Global;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use std::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout]  2 + use core::net::Ipv6MulticastScope::Global;
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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] 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]  2 + 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] 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]  2 + use repugnant_pickle::ops::PickleOp::GLOBAL;
[INFO] [stdout]    |
[INFO] [stdout]  2 + 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.16s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "265024da7c8265bd07fe1eeddc7c3b634f06bab7815ee045d278907ca8a1b548", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "265024da7c8265bd07fe1eeddc7c3b634f06bab7815ee045d278907ca8a1b548", kill_on_drop: false }`
[INFO] [stdout] 265024da7c8265bd07fe1eeddc7c3b634f06bab7815ee045d278907ca8a1b548
