[INFO] crate scroll_derive 0.10.1 is already in cache
[INFO] checking scroll_derive-0.10.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate scroll_derive 0.10.1 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate scroll_derive 0.10.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-11/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"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" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 07e876b849c2e7e42e50aaf43c989882d677ebc11a8ad3581cd29d030b4c428a
[INFO] running `"docker" "start" "-a" "07e876b849c2e7e42e50aaf43c989882d677ebc11a8ad3581cd29d030b4c428a"`
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]     Checking 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[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: 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[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: 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] running `"docker" "inspect" "07e876b849c2e7e42e50aaf43c989882d677ebc11a8ad3581cd29d030b4c428a"`
[INFO] running `"docker" "rm" "-f" "07e876b849c2e7e42e50aaf43c989882d677ebc11a8ad3581cd29d030b4c428a"`
[INFO] [stdout] 07e876b849c2e7e42e50aaf43c989882d677ebc11a8ad3581cd29d030b4c428a
