[INFO] fetching crate leo-core 1.0.8... [INFO] checking leo-core-1.0.8 against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] extracting crate leo-core 1.0.8 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate leo-core 1.0.8 on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate leo-core 1.0.8 [INFO] finished tweaking crates.io crate leo-core 1.0.8 [INFO] tweaked toml for crates.io crate leo-core 1.0.8 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", 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] 58d3e7d3d9b733d263a4f785f048eac81e134befb47b1f24871355e3c817826f [INFO] running `Command { std: "docker" "start" "-a" "58d3e7d3d9b733d263a4f785f048eac81e134befb47b1f24871355e3c817826f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "58d3e7d3d9b733d263a4f785f048eac81e134befb47b1f24871355e3c817826f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58d3e7d3d9b733d263a4f785f048eac81e134befb47b1f24871355e3c817826f", kill_on_drop: false }` [INFO] [stdout] 58d3e7d3d9b733d263a4f785f048eac81e134befb47b1f24871355e3c817826f [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=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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--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] a31332c912a1e5f8bdfc8a716af52208ba47e81b7170a692be805d0275408010 [INFO] running `Command { std: "docker" "start" "-a" "a31332c912a1e5f8bdfc8a716af52208ba47e81b7170a692be805d0275408010", kill_on_drop: false }` [INFO] [stderr] Checking leo-core v1.0.8 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `leo_ast::Error` [INFO] [stdout] --> src/errors/core_circuit.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | use leo_ast::{Error as FormattedError, Span}; [INFO] [stdout] | -----^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Error` in the root [INFO] [stdout] | help: a similar name exists in the module: `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `leo_ast::Error` [INFO] [stdout] --> src/errors/core_package.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | use leo_ast::{Error as FormattedError, Span}; [INFO] [stdout] | -----^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Error` in the root [INFO] [stdout] | help: a similar name exists in the module: `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `leo_ast::Error` [INFO] [stdout] --> src/errors/core_package_list.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | use leo_ast::{Error as FormattedError, ImportSymbol, Span}; [INFO] [stdout] | -----^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Error` in the root [INFO] [stdout] | help: a similar name exists in the module: `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `leo_ast::Error` [INFO] [stdout] --> src/errors/leo_core_package.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | use leo_ast::{Error as FormattedError, Span}; [INFO] [stdout] | -----^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Error` in the root [INFO] [stdout] | help: a similar name exists in the module: `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `leo_ast::Error` [INFO] [stdout] --> src/errors/core_circuit.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | use leo_ast::{Error as FormattedError, Span}; [INFO] [stdout] | -----^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Error` in the root [INFO] [stdout] | help: a similar name exists in the module: `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `leo_ast::Error` [INFO] [stdout] --> src/errors/core_package.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | use leo_ast::{Error as FormattedError, Span}; [INFO] [stdout] | -----^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Error` in the root [INFO] [stdout] | help: a similar name exists in the module: `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `leo_ast::Error` [INFO] [stdout] --> src/errors/core_package_list.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | use leo_ast::{Error as FormattedError, ImportSymbol, Span}; [INFO] [stdout] | -----^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Error` in the root [INFO] [stdout] | help: a similar name exists in the module: `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `leo_ast::Error` [INFO] [stdout] --> src/errors/leo_core_package.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | use leo_ast::{Error as FormattedError, Span}; [INFO] [stdout] | -----^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `Error` in the root [INFO] [stdout] | help: a similar name exists in the module: `error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:71:27 [INFO] [stdout] | [INFO] [stdout] 71 | name: "hash".to_owned(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:71:27 [INFO] [stdout] | [INFO] [stdout] 71 | name: "hash".to_owned(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:77:35 [INFO] [stdout] | [INFO] [stdout] 77 | ... name: "seed".to_owned(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:77:35 [INFO] [stdout] | [INFO] [stdout] 77 | ... name: "seed".to_owned(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:84:40 [INFO] [stdout] | [INFO] [stdout] 84 | ... value: 32usize.to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `const_` in initializer of `FunctionInputVariable` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:75:45 [INFO] [stdout] | [INFO] [stdout] 75 | FunctionInput::Variable(FunctionInputVariable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ missing `const_` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:84:40 [INFO] [stdout] | [INFO] [stdout] 84 | ... value: 32usize.to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `const_` in initializer of `FunctionInputVariable` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:75:45 [INFO] [stdout] | [INFO] [stdout] 75 | FunctionInput::Variable(FunctionInputVariable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ missing `const_` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:91:35 [INFO] [stdout] | [INFO] [stdout] 91 | ... name: "message".to_owned(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:91:35 [INFO] [stdout] | [INFO] [stdout] 91 | ... name: "message".to_owned(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:98:40 [INFO] [stdout] | [INFO] [stdout] 98 | ... value: 32usize.to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `const_` in initializer of `FunctionInputVariable` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:89:45 [INFO] [stdout] | [INFO] [stdout] 89 | FunctionInput::Variable(FunctionInputVariable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ missing `const_` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:98:40 [INFO] [stdout] | [INFO] [stdout] 98 | ... value: 32usize.to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `const_` in initializer of `FunctionInputVariable` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:89:45 [INFO] [stdout] | [INFO] [stdout] 89 | FunctionInput::Variable(FunctionInputVariable { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ missing `const_` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:107:32 [INFO] [stdout] | [INFO] [stdout] 107 | value: 32usize.to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:113:112 [INFO] [stdout] | [INFO] [stdout] 113 | ... function: Box::new(Expression::Identifier(Identifier::new_with_span(&Self::name(), &span))), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected struct `Span`, found `&Span` [INFO] [stdout] | help: consider removing the borrow: `span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:115:90 [INFO] [stdout] | [INFO] [stdout] 115 | ... Expression::Identifier(Identifier::new_with_span("seed", &span)), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected struct `Span`, found `&Span` [INFO] [stdout] | help: consider removing the borrow: `span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:116:93 [INFO] [stdout] | [INFO] [stdout] 116 | ... Expression::Identifier(Identifier::new_with_span("message", &span)), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected struct `Span`, found `&Span` [INFO] [stdout] | help: consider removing the borrow: `span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `annotations` in initializer of `Function` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:69:58 [INFO] [stdout] | [INFO] [stdout] 69 | members: vec![CircuitMember::CircuitFunction(Function { [INFO] [stdout] | ^^^^^^^^ missing `annotations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:107:32 [INFO] [stdout] | [INFO] [stdout] 107 | value: 32usize.to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found struct `String` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `tendril::tendril::Tendril` [INFO] [stdout] found struct `String` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:113:112 [INFO] [stdout] | [INFO] [stdout] 113 | ... function: Box::new(Expression::Identifier(Identifier::new_with_span(&Self::name(), &span))), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected struct `leo_ast::Span`, found `&leo_ast::Span` [INFO] [stdout] | help: consider removing the borrow: `span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:115:90 [INFO] [stdout] | [INFO] [stdout] 115 | ... Expression::Identifier(Identifier::new_with_span("seed", &span)), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected struct `leo_ast::Span`, found `&leo_ast::Span` [INFO] [stdout] | help: consider removing the borrow: `span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/packages/unstable/blake2s.rs:116:93 [INFO] [stdout] | [INFO] [stdout] 116 | ... Expression::Identifier(Identifier::new_with_span("message", &span)), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected struct `leo_ast::Span`, found `&leo_ast::Span` [INFO] [stdout] | help: consider removing the borrow: `span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `annotations` in initializer of `Function` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:69:58 [INFO] [stdout] | [INFO] [stdout] 69 | members: vec![CircuitMember::CircuitFunction(Function { [INFO] [stdout] | ^^^^^^^^ missing `annotations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `text` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:206:13 [INFO] [stdout] | [INFO] [stdout] 206 | text: "".to_string(), [INFO] [stdout] | ^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `line` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:207:13 [INFO] [stdout] | [INFO] [stdout] 207 | line: 0, [INFO] [stdout] | ^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `start` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:208:13 [INFO] [stdout] | [INFO] [stdout] 208 | start: 0, [INFO] [stdout] | ^^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `end` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:209:13 [INFO] [stdout] | [INFO] [stdout] 209 | end: 0, [INFO] [stdout] | ^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `text` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:229:13 [INFO] [stdout] | [INFO] [stdout] 229 | text: "".to_string(), [INFO] [stdout] | ^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `line` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:230:13 [INFO] [stdout] | [INFO] [stdout] 230 | line: 0, [INFO] [stdout] | ^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `start` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:231:13 [INFO] [stdout] | [INFO] [stdout] 231 | start: 0, [INFO] [stdout] | ^^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `end` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:232:13 [INFO] [stdout] | [INFO] [stdout] 232 | end: 0, [INFO] [stdout] | ^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `text` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:252:13 [INFO] [stdout] | [INFO] [stdout] 252 | text: "".to_string(), [INFO] [stdout] | ^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `line` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:253:13 [INFO] [stdout] | [INFO] [stdout] 253 | line: 0, [INFO] [stdout] | ^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `start` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:254:13 [INFO] [stdout] | [INFO] [stdout] 254 | start: 0, [INFO] [stdout] | ^^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `end` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:255:13 [INFO] [stdout] | [INFO] [stdout] 255 | end: 0, [INFO] [stdout] | ^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `text` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:276:13 [INFO] [stdout] | [INFO] [stdout] 276 | text: "".to_string(), [INFO] [stdout] | ^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `line` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | line: 0, [INFO] [stdout] | ^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `start` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:278:13 [INFO] [stdout] | [INFO] [stdout] 278 | start: 0, [INFO] [stdout] | ^^^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `leo_ast::Span` has no field named `end` [INFO] [stdout] --> src/packages/unstable/blake2s.rs:279:13 [INFO] [stdout] | [INFO] [stdout] 279 | end: 0, [INFO] [stdout] | ^^^ `leo_ast::Span` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `line_start`, `line_stop`, `col_start`, `col_stop`, `path`, `content` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `leo_ast::Packages` is not an iterator [INFO] [stdout] --> src/types/core_package.rs:55:31 [INFO] [stdout] | [INFO] [stdout] 55 | for access in accesses { [INFO] [stdout] | ^^^^^^^^ `leo_ast::Packages` is not an iterator [INFO] [stdout] | [INFO] [stdout] = help: the trait `Iterator` is not implemented for `leo_ast::Packages` [INFO] [stdout] = note: required because of the requirements on the impl of `IntoIterator` for `leo_ast::Packages` [INFO] [stdout] = note: required by `into_iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_str` found for struct `tendril::tendril::Tendril` in the current scope [INFO] [stdout] --> src/types/core_package.rs:81:52 [INFO] [stdout] | [INFO] [stdout] 81 | let circuit_name = circuit.symbol.name.as_str(); [INFO] [stdout] | ^^^^^^ help: there is an associated function with a similar name: `as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `leo_ast::Packages` is not an iterator [INFO] [stdout] --> src/types/core_package.rs:55:31 [INFO] [stdout] | [INFO] [stdout] 55 | for access in accesses { [INFO] [stdout] | ^^^^^^^^ `leo_ast::Packages` is not an iterator [INFO] [stdout] | [INFO] [stdout] = help: the trait `Iterator` is not implemented for `leo_ast::Packages` [INFO] [stdout] = note: required because of the requirements on the impl of `IntoIterator` for `leo_ast::Packages` [INFO] [stdout] = note: required by `into_iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `as_str` found for struct `tendril::tendril::Tendril` in the current scope [INFO] [stdout] --> src/types/core_package.rs:81:52 [INFO] [stdout] | [INFO] [stdout] 81 | let circuit_name = circuit.symbol.name.as_str(); [INFO] [stdout] | ^^^^^^ help: there is an associated function with a similar name: `as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/types/core_package.rs:104:34 [INFO] [stdout] | [INFO] [stdout] 104 | circuit_structs.push(name, circuit) [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected struct `String`, found struct `tendril::tendril::Tendril` [INFO] [stdout] | help: try using a conversion method: `name.to_string()` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `String` [INFO] [stdout] found struct `tendril::tendril::Tendril` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `leo_ast::Packages` is not an iterator [INFO] [stdout] --> src/types/core_package_list.rs:66:27 [INFO] [stdout] | [INFO] [stdout] 66 | for access in core_functions { [INFO] [stdout] | ^^^^^^^^^^^^^^ `leo_ast::Packages` is not an iterator [INFO] [stdout] | [INFO] [stdout] = help: the trait `Iterator` is not implemented for `leo_ast::Packages` [INFO] [stdout] = note: required because of the requirements on the impl of `IntoIterator` for `leo_ast::Packages` [INFO] [stdout] = note: required by `into_iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/types/core_package.rs:104:34 [INFO] [stdout] | [INFO] [stdout] 104 | circuit_structs.push(name, circuit) [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected struct `String`, found struct `tendril::tendril::Tendril` [INFO] [stdout] | help: try using a conversion method: `name.to_string()` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `String` [INFO] [stdout] found struct `tendril::tendril::Tendril` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `leo_ast::Packages` is not an iterator [INFO] [stdout] --> src/types/core_package_list.rs:66:27 [INFO] [stdout] | [INFO] [stdout] 66 | for access in core_functions { [INFO] [stdout] | ^^^^^^^^^^^^^^ `leo_ast::Packages` is not an iterator [INFO] [stdout] | [INFO] [stdout] = help: the trait `Iterator` is not implemented for `leo_ast::Packages` [INFO] [stdout] = note: required because of the requirements on the impl of `IntoIterator` for `leo_ast::Packages` [INFO] [stdout] = note: required by `into_iter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/types/core_package_list.rs:72:37 [INFO] [stdout] | [INFO] [stdout] 72 | if package.name.name.eq(UNSTABLE_CORE_PACKAGE_KEYWORD) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&tendril::tendril::Tendril` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0063, E0277, E0308, E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0063`. [INFO] [stdout] [INFO] [stderr] error: could not compile `leo-core` [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] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/types/core_package_list.rs:72:37 [INFO] [stdout] | [INFO] [stdout] 72 | if package.name.name.eq(UNSTABLE_CORE_PACKAGE_KEYWORD) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `tendril::tendril::Tendril`, found `str` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&tendril::tendril::Tendril` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 37 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0063, E0277, E0308, E0432, E0560, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0063`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "a31332c912a1e5f8bdfc8a716af52208ba47e81b7170a692be805d0275408010", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a31332c912a1e5f8bdfc8a716af52208ba47e81b7170a692be805d0275408010", kill_on_drop: false }` [INFO] [stdout] a31332c912a1e5f8bdfc8a716af52208ba47e81b7170a692be805d0275408010