[INFO] fetching crate repugnant-pickle 0.0.1... [INFO] testing repugnant-pickle-0.0.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate repugnant-pickle 0.0.1 into /workspace/builds/worker-4-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-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate repugnant-pickle 0.0.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 35a04990609f0a60efe6f76e0dc9d875f6ea0db38212ea45e81535849f746293 [INFO] running `Command { std: "docker" "start" "-a" "35a04990609f0a60efe6f76e0dc9d875f6ea0db38212ea45e81535849f746293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35a04990609f0a60efe6f76e0dc9d875f6ea0db38212ea45e81535849f746293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35a04990609f0a60efe6f76e0dc9d875f6ea0db38212ea45e81535849f746293", kill_on_drop: false }` [INFO] [stdout] 35a04990609f0a60efe6f76e0dc9d875f6ea0db38212ea45e81535849f746293 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b45a92aef6c4ccd47ebf237a99b04a722ac8aef3d8cdf2d79354c3584a6f51e2 [INFO] running `Command { std: "docker" "start" "-a" "b45a92aef6c4ccd47ebf237a99b04a722ac8aef3d8cdf2d79354c3584a6f51e2", kill_on_drop: false }` [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 memchr v2.7.1 [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> [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>> [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 3.60s [INFO] running `Command { std: "docker" "inspect" "b45a92aef6c4ccd47ebf237a99b04a722ac8aef3d8cdf2d79354c3584a6f51e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b45a92aef6c4ccd47ebf237a99b04a722ac8aef3d8cdf2d79354c3584a6f51e2", kill_on_drop: false }` [INFO] [stdout] b45a92aef6c4ccd47ebf237a99b04a722ac8aef3d8cdf2d79354c3584a6f51e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67480a0e59bec9cee9a36c7a340eaa016931e99c8d9449bb3874fbfac21ebf99 [INFO] running `Command { std: "docker" "start" "-a" "67480a0e59bec9cee9a36c7a340eaa016931e99c8d9449bb3874fbfac21ebf99", kill_on_drop: false }` [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> [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>> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [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: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> [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>> [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 0.47s [INFO] running `Command { std: "docker" "inspect" "67480a0e59bec9cee9a36c7a340eaa016931e99c8d9449bb3874fbfac21ebf99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67480a0e59bec9cee9a36c7a340eaa016931e99c8d9449bb3874fbfac21ebf99", kill_on_drop: false }` [INFO] [stdout] 67480a0e59bec9cee9a36c7a340eaa016931e99c8d9449bb3874fbfac21ebf99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4991b86759a09ad2374037a5966dccfed731fd7c06402b5ff99d9be99f2c85d4 [INFO] running `Command { std: "docker" "start" "-a" "4991b86759a09ad2374037a5966dccfed731fd7c06402b5ff99d9be99f2c85d4", 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> [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>> [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.07s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/repugnant_pickle-ef422ef779702647) [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests repugnant_pickle [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] [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 nom::error::ParseError for (); [INFO] [stdout] - impl nom::error::ParseError for (I, nom::error::ErrorKind); [INFO] [stdout] - impl nom::error::ParseError for nom::error::Error; [INFO] [stdout] - impl nom::error::ParseError for nom::error::VerboseError; [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> [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::(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 nom::error::FromExternalError for (); [INFO] [stdout] - impl nom::error::FromExternalError for (I, nom::error::ErrorKind); [INFO] [stdout] - impl nom::error::FromExternalError for nom::error::Error; [INFO] [stdout] - impl nom::error::FromExternalError for nom::error::VerboseError; [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> [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::(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/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/string.rs:360: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/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/string.rs:360: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/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/string.rs:360: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/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/string.rs:360: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: 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/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/string.rs:360: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.18s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "4991b86759a09ad2374037a5966dccfed731fd7c06402b5ff99d9be99f2c85d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4991b86759a09ad2374037a5966dccfed731fd7c06402b5ff99d9be99f2c85d4", kill_on_drop: false }` [INFO] [stdout] 4991b86759a09ad2374037a5966dccfed731fd7c06402b5ff99d9be99f2c85d4