[INFO] fetching crate logan 0.0.1... [INFO] testing logan-0.0.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate logan 0.0.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate logan 0.0.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate logan 0.0.1 [INFO] finished tweaking crates.io crate logan 0.0.1 [INFO] tweaked toml for crates.io crate logan 0.0.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate logan 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proc-macro2 v0.2.3 [INFO] [stderr] Downloaded quote v0.4.2 [INFO] [stderr] Downloaded syn v0.12.15 [INFO] [stderr] Downloaded derive_more v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd62fc411a76f5571867e5460e65ce89e49dd7d758361d44b6467ec692606a0a [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" "bd62fc411a76f5571867e5460e65ce89e49dd7d758361d44b6467ec692606a0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd62fc411a76f5571867e5460e65ce89e49dd7d758361d44b6467ec692606a0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd62fc411a76f5571867e5460e65ce89e49dd7d758361d44b6467ec692606a0a", kill_on_drop: false }` [INFO] [stdout] bd62fc411a76f5571867e5460e65ce89e49dd7d758361d44b6467ec692606a0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a33c4e7baa4cabfa6314f24bbd283384cf783a2b45460535296dc7d2847b99a [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" "4a33c4e7baa4cabfa6314f24bbd283384cf783a2b45460535296dc7d2847b99a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling derive_more v0.9.0 [INFO] [stderr] Compiling logan v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/sm.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | fn push(&mut self, I) -> Option; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: I` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/sm.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | fn channel(&self, usize) -> usize; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.87s [INFO] running `Command { std: "docker" "inspect" "4a33c4e7baa4cabfa6314f24bbd283384cf783a2b45460535296dc7d2847b99a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a33c4e7baa4cabfa6314f24bbd283384cf783a2b45460535296dc7d2847b99a", kill_on_drop: false }` [INFO] [stdout] 4a33c4e7baa4cabfa6314f24bbd283384cf783a2b45460535296dc7d2847b99a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+1.60.0" "test" "--frozen" "--no-run" "--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] 0a7528a9b721a1fbb07afa546493aaf49e01d15e8946aa3ffef21b6b02b0671f [INFO] running `Command { std: "docker" "start" "-a" "0a7528a9b721a1fbb07afa546493aaf49e01d15e8946aa3ffef21b6b02b0671f", kill_on_drop: false }` [INFO] [stderr] Compiling logan v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/sm.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | fn push(&mut self, I) -> Option; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: I` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/sm.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | fn channel(&self, usize) -> usize; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `la` [INFO] [stdout] --> tests/test_slip.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate la; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `la` [INFO] [stdout] --> tests/test_syncser.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate la; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `syncser` [INFO] [stdout] --> tests/test_syncser.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | fn test_test_seq(c: &syncser::Config) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `syncser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `syncser` [INFO] [stdout] --> tests/test_syncser.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | fn test_vec(syncser: &mut syncser::SyncSer, data_in: Vec, period: usize) { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `syncser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `slip` [INFO] [stdout] --> tests/test_slip.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | let mut slip = slip::init( [INFO] [stdout] | ^^^^ use of undeclared crate or module `slip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `slip` [INFO] [stdout] --> tests/test_slip.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | slip::Config{ [INFO] [stdout] | ^^^^ use of undeclared crate or module `slip` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `apply` in this scope [INFO] [stdout] --> tests/test_slip.rs:16:28 [INFO] [stdout] | [INFO] [stdout] 16 | let data_out: Vec<_> = apply(&mut slip, &mut test_data).collect(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `syncser` [INFO] [stdout] --> tests/test_syncser.rs:55:31 [INFO] [stdout] | [INFO] [stdout] 55 | let mut syncser = syncser::init( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `syncser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `syncser` [INFO] [stdout] --> tests/test_syncser.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | syncser::Config { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `syncser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `apply` in this scope [INFO] [stdout] --> tests/test_syncser.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | apply(syncser, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `la` [INFO] [stdout] --> tests/test_uart.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate la; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `logan` due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `uart` [INFO] [stdout] --> tests/test_uart.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | fn test_vec(uart: &mut uart::Uart, data_in: Vec) { [INFO] [stdout] | ^^^^ use of undeclared crate or module `uart` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/sm.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | fn push(&mut self, I) -> Option; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: I` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/sm.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | fn channel(&self, usize) -> usize; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `uart` [INFO] [stdout] --> tests/test_uart.rs:40:35 [INFO] [stdout] | [INFO] [stdout] 40 | println!("{} {}", period, uart::start_delay(period)); [INFO] [stdout] | ^^^^ use of undeclared crate or module `uart` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `uart` [INFO] [stdout] --> tests/test_uart.rs:46:32 [INFO] [stdout] | [INFO] [stdout] 46 | let mut uart = uart::init( [INFO] [stdout] | ^^^^ use of undeclared crate or module `uart` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `uart` [INFO] [stdout] --> tests/test_uart.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | uart::Config { [INFO] [stdout] | ^^^^ use of undeclared crate or module `uart` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `apply` in this scope [INFO] [stdout] --> tests/test_uart.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | apply(uart, &mut test_data).collect(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0a7528a9b721a1fbb07afa546493aaf49e01d15e8946aa3ffef21b6b02b0671f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a7528a9b721a1fbb07afa546493aaf49e01d15e8946aa3ffef21b6b02b0671f", kill_on_drop: false }` [INFO] [stdout] 0a7528a9b721a1fbb07afa546493aaf49e01d15e8946aa3ffef21b6b02b0671f