[INFO] cloning repository https://github.com/solidarity-browser/d3t [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/solidarity-browser/d3t" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolidarity-browser%2Fd3t", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolidarity-browser%2Fd3t'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d87b7d1515595581af627df00b3ae6513f309389 [INFO] testing solidarity-browser/d3t against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsolidarity-browser%2Fd3t" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/solidarity-browser/d3t on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/solidarity-browser/d3t [INFO] finished tweaking git repo https://github.com/solidarity-browser/d3t [INFO] tweaked toml for git repo https://github.com/solidarity-browser/d3t written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/solidarity-browser/d3t already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d2344fc2e03de767adc5c67b75a7de9fcd38a78ae6bda9b212f57067bd9c28b [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" "5d2344fc2e03de767adc5c67b75a7de9fcd38a78ae6bda9b212f57067bd9c28b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d2344fc2e03de767adc5c67b75a7de9fcd38a78ae6bda9b212f57067bd9c28b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d2344fc2e03de767adc5c67b75a7de9fcd38a78ae6bda9b212f57067bd9c28b", kill_on_drop: false }` [INFO] [stdout] 5d2344fc2e03de767adc5c67b75a7de9fcd38a78ae6bda9b212f57067bd9c28b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4b78c754fe69a32560daa0b1bc3e4cabf3a3411f86e52276d672bd43816216c4 [INFO] running `Command { std: "docker" "start" "-a" "4b78c754fe69a32560daa0b1bc3e4cabf3a3411f86e52276d672bd43816216c4", kill_on_drop: false }` [INFO] [stderr] Compiling d3t v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `traits` [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod traits; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `traits`, create file "src/traits.rs" or "src/traits/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `d3t` [INFO] [stdout] --> src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | pub mod d3t; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `d3t`, create file "src/d3t.rs" or "src/d3t/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `NUMBER_DEFINITION` in this scope [INFO] [stdout] --> src/core.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | Definition::link(NUMBER_DEFINITION), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `BYTE_DEFINITION` [INFO] [stdout] ... [INFO] [stdout] 29 | const BYTE_DEFINITION: Definition = Definition::Chunk { [INFO] [stdout] | ----------------------------------------------------- similarly named constant `BYTE_DEFINITION` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SHA3_DEFINITION` in this scope [INFO] [stdout] --> src/core.rs:17:26 [INFO] [stdout] | [INFO] [stdout] 17 | Definition::link(SHA3_DEFINITION), [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `BYTE_DEFINITION` [INFO] [stdout] ... [INFO] [stdout] 29 | const BYTE_DEFINITION: Definition = Definition::Chunk { [INFO] [stdout] | ----------------------------------------------------- similarly named constant `BYTE_DEFINITION` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `KEY_DEFINITION` in this scope [INFO] [stdout] --> src/core.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 29 | const BYTE_DEFINITION: Definition = Definition::Chunk { [INFO] [stdout] | ----------------------------------------------------- similarly named constant `BYTE_DEFINITION` defined here [INFO] [stdout] ... [INFO] [stdout] 57 | Definition::link(KEY_DEFINITION), [INFO] [stdout] | ^^^^^^^^^^^^^^ help: a constant with a similar name exists: `BYTE_DEFINITION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SIGNATURE_DEFINITION` in this scope [INFO] [stdout] --> src/core.rs:58:26 [INFO] [stdout] | [INFO] [stdout] 58 | Definition::link(SIGNATURE_DEFINITION), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0072]: recursive type `Definition` has infinite size [INFO] [stdout] --> src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ recursive type has infinite size [INFO] [stdout] ... [INFO] [stdout] 14 | Chunk(u64, Definition), [INFO] [stdout] | ---------- recursive without indirection [INFO] [stdout] 15 | List(Definition), [INFO] [stdout] | ---------- recursive without indirection [INFO] [stdout] | [INFO] [stdout] help: insert some indirection (e.g., a `Box`, `Rc`, or `&`) to make `Definition` representable [INFO] [stdout] | [INFO] [stdout] 14 ~ Chunk(u64, Box), [INFO] [stdout] 15 ~ List(Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::Sum` has no field named `variants` [INFO] [stdout] --> src/core.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | variants: vec![ [INFO] [stdout] | ^^^^^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | Sum(Vec), [INFO] [stdout] | --- `Definition::Sum` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::Sum` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 3 | const DEFINITION_DEFINITION: Definition = Definition::Sum(/* fields */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::Product` has no field named `fields` [INFO] [stdout] --> src/core.rs:6:31 [INFO] [stdout] | [INFO] [stdout] 6 | Definition::Product { fields: vec![] }, [INFO] [stdout] | ^^^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | Product(Vec), [INFO] [stdout] | ------- `Definition::Product` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::Product` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 6 | Definition::Product(/* fields */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::Product` has no field named `fields` [INFO] [stdout] --> src/core.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | fields: vec![ [INFO] [stdout] | ^^^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | Product(Vec), [INFO] [stdout] | ------- `Definition::Product` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::Product` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 8 | Definition::Product(/* fields */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Recursive` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:10:29 [INFO] [stdout] | [INFO] [stdout] 10 | Definition::Recursive, [INFO] [stdout] | ^^^^^^^^^ variant or associated item not found in `Definition` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `Recursive` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `link` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | Definition::link(NUMBER_DEFINITION), [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | variant or associated item not found in `Definition` [INFO] [stdout] | help: there is a variant with a similar name: `Link` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `link` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Recursive` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | Definition::Recursive, [INFO] [stdout] | ^^^^^^^^^ variant or associated item not found in `Definition` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `Recursive` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `link` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | Definition::link(SHA3_DEFINITION), [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | variant or associated item not found in `Definition` [INFO] [stdout] | help: there is a variant with a similar name: `Link` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `link` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::List` has no field named `item` [INFO] [stdout] --> src/core.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | item: Box::new(Definition::Recursive), [INFO] [stdout] | ^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | List(Definition), [INFO] [stdout] | ---- `Definition::List` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::List` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 19 | Definition::List(/* fields */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Recursive` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:20:40 [INFO] [stdout] | [INFO] [stdout] 20 | item: Box::new(Definition::Recursive), [INFO] [stdout] | ^^^^^^^^^ variant or associated item not found in `Definition` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `Recursive` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::List` has no field named `item` [INFO] [stdout] --> src/core.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | item: Box::new(Definition::Recursive), [INFO] [stdout] | ^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | List(Definition), [INFO] [stdout] | ---- `Definition::List` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::List` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 23 | Definition::List(/* fields */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Recursive` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:24:40 [INFO] [stdout] | [INFO] [stdout] 24 | item: Box::new(Definition::Recursive), [INFO] [stdout] | ^^^^^^^^^ variant or associated item not found in `Definition` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `Recursive` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::Chunk` has no field named `item` [INFO] [stdout] --> src/core.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | item: Box::new(Definition::Bit), [INFO] [stdout] | ^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | Chunk(u64, Definition), [INFO] [stdout] | ----- `Definition::Chunk` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::Chunk` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 29 | const BYTE_DEFINITION: Definition = Definition::Chunk(/* fields */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Bit` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:30:32 [INFO] [stdout] | [INFO] [stdout] 30 | item: Box::new(Definition::Bit), [INFO] [stdout] | ^^^ variant or associated item not found in `Definition` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `Bit` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::Chunk` has no field named `size` [INFO] [stdout] --> src/core.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | size: 8, [INFO] [stdout] | ^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | Chunk(u64, Definition), [INFO] [stdout] | ----- `Definition::Chunk` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::Chunk` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 29 | const BYTE_DEFINITION: Definition = Definition::Chunk(/* fields */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::Sum` has no field named `variants` [INFO] [stdout] --> src/core.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | variants: vec![ [INFO] [stdout] | ^^^^^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | Sum(Vec), [INFO] [stdout] | --- `Definition::Sum` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::Sum` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 34 | const DATA_DEFINITION: Definition = Definition::Sum(/* fields */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::List` has no field named `item` [INFO] [stdout] --> src/core.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | Definition::List { item: Box::new(Definition::link(BYTE_DEFINITION)) }, [INFO] [stdout] | ^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | List(Definition), [INFO] [stdout] | ---- `Definition::List` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::List` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 37 | Definition::List(/* fields */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `link` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:37:55 [INFO] [stdout] | [INFO] [stdout] 37 | Definition::List { item: Box::new(Definition::link(BYTE_DEFINITION)) }, [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | variant or associated item not found in `Definition` [INFO] [stdout] | help: there is a variant with a similar name: `Link` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `link` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::List` has no field named `item` [INFO] [stdout] --> src/core.rs:39:28 [INFO] [stdout] | [INFO] [stdout] 39 | Definition::List { item: Box::new(Definition::Recursive) }, [INFO] [stdout] | ^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | List(Definition), [INFO] [stdout] | ---- `Definition::List` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::List` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 39 | Definition::List(/* fields */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Recursive` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:39:55 [INFO] [stdout] | [INFO] [stdout] 39 | Definition::List { item: Box::new(Definition::Recursive) }, [INFO] [stdout] | ^^^^^^^^^ variant or associated item not found in `Definition` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `Recursive` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::List` has no field named `item` [INFO] [stdout] --> src/core.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | Definition::List { item: Box::new(Definition::Recursive) }, [INFO] [stdout] | ^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | List(Definition), [INFO] [stdout] | ---- `Definition::List` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::List` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 41 | Definition::List(/* fields */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Recursive` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:41:55 [INFO] [stdout] | [INFO] [stdout] 41 | Definition::List { item: Box::new(Definition::Recursive) }, [INFO] [stdout] | ^^^^^^^^^ variant or associated item not found in `Definition` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `Recursive` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `link` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | Definition::link(D3_TYPE_DEFINITION), [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | variant or associated item not found in `Definition` [INFO] [stdout] | help: there is a variant with a similar name: `Link` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `link` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::List` has no field named `item` [INFO] [stdout] --> src/core.rs:45:28 [INFO] [stdout] | [INFO] [stdout] 45 | Definition::List { item: Box::new(Definition::Recursive) }, [INFO] [stdout] | ^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | List(Definition), [INFO] [stdout] | ---- `Definition::List` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::List` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 45 | Definition::List(/* fields */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `Recursive` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:45:55 [INFO] [stdout] | [INFO] [stdout] 45 | Definition::List { item: Box::new(Definition::Recursive) }, [INFO] [stdout] | ^^^^^^^^^ variant or associated item not found in `Definition` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `Recursive` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::Product` has no field named `fields` [INFO] [stdout] --> src/core.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | fields: vec![ [INFO] [stdout] | ^^^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | Product(Vec), [INFO] [stdout] | ------- `Definition::Product` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::Product` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 47 | Definition::Product(/* fields */), [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0559]: variant `Definition::Product` has no field named `fields` [INFO] [stdout] --> src/core.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | fields: vec![ [INFO] [stdout] | ^^^^^^ field does not exist [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | Product(Vec), [INFO] [stdout] | ------- `Definition::Product` defined here [INFO] [stdout] | [INFO] [stdout] help: `Definition::Product` is a tuple variant, use the appropriate syntax [INFO] [stdout] | [INFO] [stdout] 55 | const D3_TYPE_DEFINITION: Definition = Definition::Product(/* fields */); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `link` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | Definition::link(KEY_DEFINITION), [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | variant or associated item not found in `Definition` [INFO] [stdout] | help: there is a variant with a similar name: `Link` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `link` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `link` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 58 | Definition::link(SIGNATURE_DEFINITION), [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | variant or associated item not found in `Definition` [INFO] [stdout] | help: there is a variant with a similar name: `Link` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `link` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `link` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | Definition::link(DEFINITION_DEFINITION), [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | variant or associated item not found in `Definition` [INFO] [stdout] | help: there is a variant with a similar name: `Link` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `link` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `link` found for enum `Definition` in the current scope [INFO] [stdout] --> src/core.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | Definition::link(DATA_DEFINITION), [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | variant or associated item not found in `Definition` [INFO] [stdout] | help: there is a variant with a similar name: `Link` [INFO] [stdout] | [INFO] [stdout] ::: src/definition.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Definition { [INFO] [stdout] | ------------------- variant or associated item `link` not found here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 37 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0072, E0425, E0559, E0583, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0072`. [INFO] [stdout] [INFO] [stderr] error: could not compile `d3t` due to 38 previous errors [INFO] running `Command { std: "docker" "inspect" "4b78c754fe69a32560daa0b1bc3e4cabf3a3411f86e52276d672bd43816216c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b78c754fe69a32560daa0b1bc3e4cabf3a3411f86e52276d672bd43816216c4", kill_on_drop: false }` [INFO] [stdout] 4b78c754fe69a32560daa0b1bc3e4cabf3a3411f86e52276d672bd43816216c4