[INFO] fetching crate selfish 0.1.0... [INFO] checking selfish-0.1.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate selfish 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate selfish 0.1.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate selfish 0.1.0 [INFO] finished tweaking crates.io crate selfish 0.1.0 [INFO] tweaked toml for crates.io crate selfish 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2be684bce6080248765a45d2c967ce1cf1eecbe454a05de5c0fd750a59cc7242 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2be684bce6080248765a45d2c967ce1cf1eecbe454a05de5c0fd750a59cc7242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2be684bce6080248765a45d2c967ce1cf1eecbe454a05de5c0fd750a59cc7242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2be684bce6080248765a45d2c967ce1cf1eecbe454a05de5c0fd750a59cc7242", kill_on_drop: false }` [INFO] [stdout] 2be684bce6080248765a45d2c967ce1cf1eecbe454a05de5c0fd750a59cc7242 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3208eec2b0db14c54f2b0a0a081892224f2e3dd8758b098ac29befa158212416 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3208eec2b0db14c54f2b0a0a081892224f2e3dd8758b098ac29befa158212416", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking ucd-util v0.1.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Checking encode_unicode v0.1.3 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking nix v0.5.1 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking rustyline v1.0.0 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Checking selfish v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `atom` in this scope [INFO] [stdout] --> src/lib.rs:314:20 [INFO] [stdout] | [INFO] [stdout] 314 | assert_eq!(atom(&b"true"[..]), IResult::Done(&b""[..], Type::Boolean(true))); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::atom; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::atom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:314:40 [INFO] [stdout] | [INFO] [stdout] 314 | assert_eq!(atom(&b"true"[..]), IResult::Done(&b""[..], Type::Boolean(true))); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 314 | assert_eq!(atom(&b"true"[..]), Result::Done(&b""[..], Type::Boolean(true))); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atom` in this scope [INFO] [stdout] --> src/lib.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 315 | assert_eq!(atom(&b"false"[..]), IResult::Done(&b""[..], Type::Boolean(false))); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::atom; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::atom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:315:41 [INFO] [stdout] | [INFO] [stdout] 315 | assert_eq!(atom(&b"false"[..]), IResult::Done(&b""[..], Type::Boolean(false))); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 315 | assert_eq!(atom(&b"false"[..]), Result::Done(&b""[..], Type::Boolean(false))); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atom` in this scope [INFO] [stdout] --> src/lib.rs:316:20 [INFO] [stdout] | [INFO] [stdout] 316 | assert_eq!(atom(&b"function"[..]), IResult::Done(&b""[..], Type::Symbol("function".to_owned()))); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::atom; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::atom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:316:44 [INFO] [stdout] | [INFO] [stdout] 316 | assert_eq!(atom(&b"function"[..]), IResult::Done(&b""[..], Type::Symbol("function".to_owned()))); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 316 | assert_eq!(atom(&b"function"[..]), Result::Done(&b""[..], Type::Symbol("function".to_owned()))); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atom` in this scope [INFO] [stdout] --> src/lib.rs:317:20 [INFO] [stdout] | [INFO] [stdout] 317 | assert_eq!(atom(&b":keyword"[..]), IResult::Done(&b""[..], Type::Keyword("keyword".to_owned()))); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::atom; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::atom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:317:44 [INFO] [stdout] | [INFO] [stdout] 317 | assert_eq!(atom(&b":keyword"[..]), IResult::Done(&b""[..], Type::Keyword("keyword".to_owned()))); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 317 | assert_eq!(atom(&b":keyword"[..]), Result::Done(&b""[..], Type::Keyword("keyword".to_owned()))); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atom` in this scope [INFO] [stdout] --> src/lib.rs:322:20 [INFO] [stdout] | [INFO] [stdout] 313 | fn atoms() { [INFO] [stdout] | ---------- similarly named constant `atoms` defined here [INFO] [stdout] ... [INFO] [stdout] 322 | assert_eq!(atom(&b"32"[..]), IResult::Done(&b""[..], Type::Int(32))); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a constant with a similar name exists [INFO] [stdout] | [INFO] [stdout] 322 | assert_eq!(atoms(&b"32"[..]), IResult::Done(&b""[..], Type::Int(32))); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::atom; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::atom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:322:38 [INFO] [stdout] | [INFO] [stdout] 322 | assert_eq!(atom(&b"32"[..]), IResult::Done(&b""[..], Type::Int(32))); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 322 | assert_eq!(atom(&b"32"[..]), Result::Done(&b""[..], Type::Int(32))); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atom` in this scope [INFO] [stdout] --> src/lib.rs:323:20 [INFO] [stdout] | [INFO] [stdout] 313 | fn atoms() { [INFO] [stdout] | ---------- similarly named constant `atoms` defined here [INFO] [stdout] ... [INFO] [stdout] 323 | assert_eq!(atom(&b"-32321"[..]), IResult::Done(&b""[..], Type::Int(-32321))); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a constant with a similar name exists [INFO] [stdout] | [INFO] [stdout] 323 | assert_eq!(atoms(&b"-32321"[..]), IResult::Done(&b""[..], Type::Int(-32321))); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::atom; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::atom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:323:42 [INFO] [stdout] | [INFO] [stdout] 323 | assert_eq!(atom(&b"-32321"[..]), IResult::Done(&b""[..], Type::Int(-32321))); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 323 | assert_eq!(atom(&b"-32321"[..]), Result::Done(&b""[..], Type::Int(-32321))); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atom` in this scope [INFO] [stdout] --> src/lib.rs:328:20 [INFO] [stdout] | [INFO] [stdout] 313 | fn atoms() { [INFO] [stdout] | ---------- similarly named constant `atoms` defined here [INFO] [stdout] ... [INFO] [stdout] 328 | assert_eq!(atom(&b"1.3"[..]), IResult::Done(&b""[..], Type::Float(1.3))); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a constant with a similar name exists [INFO] [stdout] | [INFO] [stdout] 328 | assert_eq!(atoms(&b"1.3"[..]), IResult::Done(&b""[..], Type::Float(1.3))); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::atom; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::atom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:328:39 [INFO] [stdout] | [INFO] [stdout] 328 | assert_eq!(atom(&b"1.3"[..]), IResult::Done(&b""[..], Type::Float(1.3))); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 328 | assert_eq!(atom(&b"1.3"[..]), Result::Done(&b""[..], Type::Float(1.3))); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atom` in this scope [INFO] [stdout] --> src/lib.rs:333:20 [INFO] [stdout] | [INFO] [stdout] 313 | fn atoms() { [INFO] [stdout] | ---------- similarly named constant `atoms` defined here [INFO] [stdout] ... [INFO] [stdout] 333 | assert_eq!(atom(&b"\"some string\""[..]), IResult::Done(&b""[..], [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a constant with a similar name exists [INFO] [stdout] | [INFO] [stdout] 333 | assert_eq!(atoms(&b"\"some string\""[..]), IResult::Done(&b""[..], [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::atom; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::atom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:333:51 [INFO] [stdout] | [INFO] [stdout] 333 | assert_eq!(atom(&b"\"some string\""[..]), IResult::Done(&b""[..], [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 333 | assert_eq!(atom(&b"\"some string\""[..]), Result::Done(&b""[..], [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `atom` in this scope [INFO] [stdout] --> src/lib.rs:335:20 [INFO] [stdout] | [INFO] [stdout] 313 | fn atoms() { [INFO] [stdout] | ---------- similarly named constant `atoms` defined here [INFO] [stdout] ... [INFO] [stdout] 335 | assert_eq!(atom(&b"\"some \\\"escaped\\\" string\""[..]), IResult::Done(&b""[..], [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a constant with a similar name exists [INFO] [stdout] | [INFO] [stdout] 335 | assert_eq!(atoms(&b"\"some \\\"escaped\\\" string\""[..]), IResult::Done(&b""[..], [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::atom; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::atom; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:335:67 [INFO] [stdout] | [INFO] [stdout] 335 | assert_eq!(atom(&b"\"some \\\"escaped\\\" string\""[..]), IResult::Done(&b""[..], [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 335 | assert_eq!(atom(&b"\"some \\\"escaped\\\" string\""[..]), Result::Done(&b""[..], [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `list` in this scope [INFO] [stdout] --> src/lib.rs:350:20 [INFO] [stdout] | [INFO] [stdout] 350 | assert_eq!(list(&b"(somesymbol 11 true 1.3 10231 -30 \"some string\")"[..]), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 350 | assert_eq!(list1(&b"(somesymbol 11 true 1.3 10231 -30 \"some string\")"[..]), [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::list; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::list; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:351:9 [INFO] [stdout] | [INFO] [stdout] 351 | IResult::Done(&b""[..], list1.clone())); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 351 | Result::Done(&b""[..], list1.clone())); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `list` in this scope [INFO] [stdout] --> src/lib.rs:356:20 [INFO] [stdout] | [INFO] [stdout] 356 | assert_eq!(list(&b"((somesymbol 11 true 1.3 10231 -30 \"some string\") somesymbol)"[..]), [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 356 | assert_eq!(list1(&b"((somesymbol 11 true 1.3 10231 -30 \"some string\") somesymbol)"[..]), [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::list; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::list; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:357:9 [INFO] [stdout] | [INFO] [stdout] 357 | IResult::Done(&b""[..], list2)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 357 | Result::Done(&b""[..], list2)); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vector` in this scope [INFO] [stdout] --> src/lib.rs:371:20 [INFO] [stdout] | [INFO] [stdout] 371 | assert_eq!(vector(&b"[somesymbol 11 true 1.3 10231 -30 \"some string\"]"[..]), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 371 | assert_eq!(vector1(&b"[somesymbol 11 true 1.3 10231 -30 \"some string\"]"[..]), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::vector; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::vector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | IResult::Done(&b""[..], vector1.clone())); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 372 | Result::Done(&b""[..], vector1.clone())); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `vector` in this scope [INFO] [stdout] --> src/lib.rs:377:20 [INFO] [stdout] | [INFO] [stdout] 377 | assert_eq!(vector(&b"[[somesymbol 11 true 1.3 10231 -30 \"some string\"] somesymbol]"[..]), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 377 | assert_eq!(vector1(&b"[[somesymbol 11 true 1.3 10231 -30 \"some string\"] somesymbol]"[..]), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 311 | use core::vector; [INFO] [stdout] | [INFO] [stdout] 311 | use reader::vector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IResult` [INFO] [stdout] --> src/lib.rs:378:9 [INFO] [stdout] | [INFO] [stdout] 378 | IResult::Done(&b""[..], vector2)); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 378 | Result::Done(&b""[..], vector2)); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 311 | use nom::IResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:342:13 [INFO] [stdout] | [INFO] [stdout] 342 | Rc::new(Type::Symbol("somesymbol".to_owned())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `Value`, found struct `std::rc::Rc` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Value` [INFO] [stdout] found struct `std::rc::Rc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:353:13 [INFO] [stdout] | [INFO] [stdout] 353 | Rc::new(list1), [INFO] [stdout] | ^^^^^^^^^^^^^^ expected struct `Value`, found struct `std::rc::Rc` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Value` [INFO] [stdout] found struct `std::rc::Rc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:363:13 [INFO] [stdout] | [INFO] [stdout] 363 | Rc::new(Type::Symbol("somesymbol".to_owned())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `Value`, found struct `std::rc::Rc` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Value` [INFO] [stdout] found struct `std::rc::Rc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:374:13 [INFO] [stdout] | [INFO] [stdout] 374 | Rc::new(vector1), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected struct `Value`, found struct `std::rc::Rc` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Value` [INFO] [stdout] found struct `std::rc::Rc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 30 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `selfish` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3208eec2b0db14c54f2b0a0a081892224f2e3dd8758b098ac29befa158212416", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3208eec2b0db14c54f2b0a0a081892224f2e3dd8758b098ac29befa158212416", kill_on_drop: false }` [INFO] [stdout] 3208eec2b0db14c54f2b0a0a081892224f2e3dd8758b098ac29befa158212416