[INFO] fetching crate lnpbp_derive 0.1.2... [INFO] checking lnpbp_derive-0.1.2 against beta for pr-78714 [INFO] extracting crate lnpbp_derive 0.1.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate lnpbp_derive 0.1.2 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate lnpbp_derive 0.1.2 [INFO] finished tweaking crates.io crate lnpbp_derive 0.1.2 [INFO] tweaked toml for crates.io crate lnpbp_derive 0.1.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate lnpbp_derive 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21a5c64502bb11bb06e77f0946a87da5a3299709d16f7cb74df3d3f6f8e1191c [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" "21a5c64502bb11bb06e77f0946a87da5a3299709d16f7cb74df3d3f6f8e1191c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21a5c64502bb11bb06e77f0946a87da5a3299709d16f7cb74df3d3f6f8e1191c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21a5c64502bb11bb06e77f0946a87da5a3299709d16f7cb74df3d3f6f8e1191c", kill_on_drop: false }` [INFO] [stdout] 21a5c64502bb11bb06e77f0946a87da5a3299709d16f7cb74df3d3f6f8e1191c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d59a1ff7517397561fe1bf3e57414d5004da9d219600e02275efeb68650ee76f [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" "d59a1ff7517397561fe1bf3e57414d5004da9d219600e02275efeb68650ee76f", kill_on_drop: false }` [INFO] [stderr] Checking syn v1.0.48 [INFO] [stderr] Compiling amplify_derive v2.3.0 [INFO] [stderr] Checking amplify v2.3.1 [INFO] [stderr] Checking lnpbp_derive v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `lnpbp` [INFO] [stdout] --> examples/test_lnp_api.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | use lnpbp::lnp::{Type, TypedEnum}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `lnpbp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `lnpbp` in `{{root}}` [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ could not find `lnpbp` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `lnpbp` [INFO] [stdout] --> examples/test_strict_encode.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate lnpbp; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lnpbp_derive` [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[E0433]: failed to resolve: use of undeclared type `Unmarshaller` [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ use of undeclared type `Unmarshaller` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `lnpbp` in `{{root}}` [INFO] [stdout] --> examples/test_lnp_api.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[lnp_api(type = 0x0001)] [INFO] [stdout] | ^ could not find `lnpbp` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `lnpbp` in `{{root}}` [INFO] [stdout] --> examples/test_lnp_api.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | /// Some attribute [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ could not find `lnpbp` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `lnpbp` in `{{root}}` [INFO] [stdout] --> examples/test_lnp_api.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | #[lnp_api(type = 0x0005)] [INFO] [stdout] | ^ could not find `lnpbp` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `lnpbp` in `{{root}}` [INFO] [stdout] --> examples/test_lnp_api.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[lnp_api(type = 0x0103)] [INFO] [stdout] | ^ could not find `lnpbp` in `{{root}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Unmarshaller` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnmarshallFn` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | #[lnp_api(type = 0x0001)] [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnmarshallFn` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | /// Some attribute [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnmarshallFn` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | #[lnp_api(type = 0x0005)] [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnmarshallFn` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | #[lnp_api(type = 0x0103)] [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `TypedEnum` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Type` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] syn::Type [INFO] [stdout] syn::token::Type [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnknownTypeError` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UnknownTypeError` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> examples/test_lnp_api.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, LnpApi)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] syn::Type [INFO] [stdout] syn::token::Type [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `strict_encode` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | Failure(String), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `strict_encode` in this scope [INFO] [stdout] --> examples/test_lnp_api.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | Keylist(Vec), [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Type` [INFO] [stdout] --> examples/test_lnp_api.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | Reply::try_from_type(Type::try_from(0x0003).unwrap(), &Vec::::new()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use syn::Type; [INFO] [stdout] | [INFO] [stdout] 7 | use syn::token::Type; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::convert::TryFrom` [INFO] [stdout] --> examples/test_lnp_api.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | use core::convert::TryFrom; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 20 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d59a1ff7517397561fe1bf3e57414d5004da9d219600e02275efeb68650ee76f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d59a1ff7517397561fe1bf3e57414d5004da9d219600e02275efeb68650ee76f", kill_on_drop: false }` [INFO] [stdout] d59a1ff7517397561fe1bf3e57414d5004da9d219600e02275efeb68650ee76f