[INFO] fetching crate scroll_derive 0.10.1... [INFO] checking scroll_derive-0.10.1 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate scroll_derive 0.10.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate scroll_derive 0.10.1 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate scroll_derive 0.10.1 [INFO] finished tweaking crates.io crate scroll_derive 0.10.1 [INFO] tweaked toml for crates.io crate scroll_derive 0.10.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate scroll_derive 0.10.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 48a421f9ce2f0040a5f0cfd6918adb6993acce24cf247d587950b23ed0742f52 [INFO] running `"docker" "start" "-a" "48a421f9ce2f0040a5f0cfd6918adb6993acce24cf247d587950b23ed0742f52"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking quote v1.0.2 [INFO] [stderr] Checking scroll_derive v0.10.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `scroll` [INFO] [stderr] --> tests/tests.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use scroll::ctx::SizeWith; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `scroll` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use scroll::{Pread, Pwrite, Cread, Cwrite, LE}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `scroll` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, PartialEq, Pread, Pwrite)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:6:28 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, PartialEq, Pread, Pwrite)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Debug, PartialEq, Pread, Pwrite)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Debug, PartialEq, Pread, Pwrite)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:39:35 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Debug, PartialEq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:39:28 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Debug, PartialEq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:52:36 [INFO] [stderr] | [INFO] [stderr] 52 | #[derive(Debug, PartialEq, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:52:28 [INFO] [stderr] | [INFO] [stderr] 52 | #[derive(Debug, PartialEq, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:91:28 [INFO] [stderr] | [INFO] [stderr] 91 | #[derive(Debug, PartialEq, Pread, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:118:28 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Debug, PartialEq, Pread, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:136:39 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, PartialEq, Eq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:136:32 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, PartialEq, Eq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:142:39 [INFO] [stderr] | [INFO] [stderr] 142 | #[derive(Debug, PartialEq, Eq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> tests/tests.rs:142:32 [INFO] [stderr] | [INFO] [stderr] 142 | #[derive(Debug, PartialEq, Eq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:6:28 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, PartialEq, Pread, Pwrite)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | #[derive(Debug, PartialEq, Pread, Pwrite)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Debug, PartialEq, Pread, Pwrite)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | #[derive(Debug, PartialEq, Pread, Pwrite)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:39:28 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Debug, PartialEq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:39:35 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Debug, PartialEq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:39:43 [INFO] [stderr] | [INFO] [stderr] 39 | #[derive(Debug, PartialEq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:52:28 [INFO] [stderr] | [INFO] [stderr] 52 | #[derive(Debug, PartialEq, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:52:36 [INFO] [stderr] | [INFO] [stderr] 52 | #[derive(Debug, PartialEq, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:52:45 [INFO] [stderr] | [INFO] [stderr] 52 | #[derive(Debug, PartialEq, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:91:28 [INFO] [stderr] | [INFO] [stderr] 91 | #[derive(Debug, PartialEq, Pread, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:91:35 [INFO] [stderr] | [INFO] [stderr] 91 | #[derive(Debug, PartialEq, Pread, SizeWith)] [INFO] [stderr] | ^^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:118:28 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Debug, PartialEq, Pread, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:118:35 [INFO] [stderr] | [INFO] [stderr] 118 | #[derive(Debug, PartialEq, Pread, SizeWith)] [INFO] [stderr] | ^^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:136:32 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, PartialEq, Eq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:136:39 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, PartialEq, Eq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:136:47 [INFO] [stderr] | [INFO] [stderr] 136 | #[derive(Debug, PartialEq, Eq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:142:32 [INFO] [stderr] | [INFO] [stderr] 142 | #[derive(Debug, PartialEq, Eq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:142:39 [INFO] [stderr] | [INFO] [stderr] 142 | #[derive(Debug, PartialEq, Eq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> tests/tests.rs:142:47 [INFO] [stderr] | [INFO] [stderr] 142 | #[derive(Debug, PartialEq, Eq, Pread, Pwrite, SizeWith)] [INFO] [stderr] | ^^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> examples/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use scroll::{Pread, Pwrite, Cread, LE}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `scroll` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> examples/main.rs:3:51 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, PartialEq, Pread, Pwrite, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> examples/main.rs:3:43 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, PartialEq, Pread, Pwrite, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> examples/main.rs:3:35 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, PartialEq, Pread, Pwrite, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scroll` [INFO] [stderr] --> examples/main.rs:3:28 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, PartialEq, Pread, Pwrite, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> examples/main.rs:3:28 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, PartialEq, Pread, Pwrite, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> examples/main.rs:3:35 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, PartialEq, Pread, Pwrite, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> examples/main.rs:3:43 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, PartialEq, Pread, Pwrite, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> examples/main.rs:3:51 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, PartialEq, Pread, Pwrite, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `scroll` in `{{root}}` [INFO] [stderr] --> examples/main.rs:3:60 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, PartialEq, Pread, Pwrite, IOread, IOwrite, SizeWith)] [INFO] [stderr] | ^^^^^^^^ could not find `scroll` in `{{root}}` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 36 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `scroll_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] [stderr] error: could not compile `scroll_derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "48a421f9ce2f0040a5f0cfd6918adb6993acce24cf247d587950b23ed0742f52"` [INFO] running `"docker" "rm" "-f" "48a421f9ce2f0040a5f0cfd6918adb6993acce24cf247d587950b23ed0742f52"` [INFO] [stdout] 48a421f9ce2f0040a5f0cfd6918adb6993acce24cf247d587950b23ed0742f52