[INFO] crate syncthing 0.1.0 is already in cache [INFO] checking syncthing-0.1.0 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate syncthing 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate syncthing 0.1.0 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate syncthing 0.1.0 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate syncthing 0.1.0 [INFO] tweaked toml for crates.io crate syncthing 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate syncthing 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] 85887d8bbe8e40d91c9ffc8ddbe05a3ce791e87f27f93a18f4dcbd4dbadfcbf7 [INFO] running `"docker" "start" "-a" "85887d8bbe8e40d91c9ffc8ddbe05a3ce791e87f27f93a18f4dcbd4dbadfcbf7"` [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling isahc v0.7.6 [INFO] [stderr] Compiling isahc v0.8.2 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking sluice v0.4.2 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Checking async-std v1.4.0 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking surf v1.0.3 [INFO] [stderr] Checking sluice v0.5.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking http-client v1.1.1 [INFO] [stderr] Checking syncthing v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../api.key: No such file or directory (os error 2) [INFO] [stderr] --> src/tests.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | static KEY: &str = include_str!("../api.key"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_system_log` found for struct `connection::Connection` in the current scope [INFO] [stderr] | [INFO] [stderr] ::: src/connection.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Connection { [INFO] [stderr] | ------------------------ method `get_system_log` not found for this [INFO] [stderr] --> src/tests.rs:16:16 [INFO] [stderr] | [INFO] [stderr] 16 | connection.get_system_log().await?; [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `connection::Connection` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-client-1.1.1/src/isahc.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct IsahcClient { [INFO] [stderr] | ---------------------- doesn't satisfy `_: surf::http_client::HttpClient` [INFO] [stderr] | [INFO] [stderr] = note: the method `get_system_log` exists but the following trait bounds were not satisfied: [INFO] [stderr] `http_client::isahc::IsahcClient: surf::http_client::HttpClient` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_system_ping` found for struct `connection::Connection` in the current scope [INFO] [stderr] | [INFO] [stderr] ::: src/connection.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Connection { [INFO] [stderr] | ------------------------ method `get_system_ping` not found for this [INFO] [stderr] --> src/tests.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | connection.get_system_ping().await?; [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `connection::Connection` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-client-1.1.1/src/isahc.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct IsahcClient { [INFO] [stderr] | ---------------------- doesn't satisfy `_: surf::http_client::HttpClient` [INFO] [stderr] | [INFO] [stderr] = note: the method `get_system_ping` exists but the following trait bounds were not satisfied: [INFO] [stderr] `http_client::isahc::IsahcClient: surf::http_client::HttpClient` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_system_version` found for struct `connection::Connection` in the current scope [INFO] [stderr] | [INFO] [stderr] ::: src/connection.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Connection { [INFO] [stderr] | ------------------------ method `get_system_version` not found for this [INFO] [stderr] --> src/tests.rs:30:16 [INFO] [stderr] | [INFO] [stderr] 30 | connection.get_system_version().await?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `connection::Connection` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-client-1.1.1/src/isahc.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct IsahcClient { [INFO] [stderr] | ---------------------- doesn't satisfy `_: surf::http_client::HttpClient` [INFO] [stderr] | [INFO] [stderr] = note: the method `get_system_version` exists but the following trait bounds were not satisfied: [INFO] [stderr] `http_client::isahc::IsahcClient: surf::http_client::HttpClient` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_events` found for struct `connection::Connection` in the current scope [INFO] [stderr] | [INFO] [stderr] ::: src/connection.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Connection { [INFO] [stderr] | ------------------------ method `get_events` not found for this [INFO] [stderr] --> src/tests.rs:37:16 [INFO] [stderr] | [INFO] [stderr] 37 | connection.get_events(None, None, None).await?; [INFO] [stderr] | ^^^^^^^^^^ method not found in `connection::Connection` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-client-1.1.1/src/isahc.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct IsahcClient { [INFO] [stderr] | ---------------------- doesn't satisfy `_: surf::http_client::HttpClient` [INFO] [stderr] | [INFO] [stderr] = note: the method `get_events` exists but the following trait bounds were not satisfied: [INFO] [stderr] `http_client::isahc::IsahcClient: surf::http_client::HttpClient` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `subscribe` found for struct `connection::Connection` in the current scope [INFO] [stderr] | [INFO] [stderr] ::: src/connection.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Connection { [INFO] [stderr] | ------------------------ method `subscribe` not found for this [INFO] [stderr] --> src/tests.rs:44:33 [INFO] [stderr] | [INFO] [stderr] 44 | let mut stream = connection.subscribe(None); [INFO] [stderr] | ^^^^^^^^^ method not found in `connection::Connection` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/http-client-1.1.1/src/isahc.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | pub struct IsahcClient { [INFO] [stderr] | ---------------------- doesn't satisfy `_: surf::http_client::HttpClient` [INFO] [stderr] | [INFO] [stderr] = note: the method `subscribe` exists but the following trait bounds were not satisfied: [INFO] [stderr] `http_client::isahc::IsahcClient: surf::http_client::HttpClient` [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` block must be known in this context [INFO] [stderr] --> src/tests.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | let mut last = 0; [INFO] [stderr] | ^^^^^^^^ cannot infer type for type `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` block because of this `await` [INFO] [stderr] --> src/tests.rs:47:29 [INFO] [stderr] | [INFO] [stderr] 47 | while let Some(event) = stream.next().await { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside `async` block must be known in this context [INFO] [stderr] --> src/tests.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | let mut i = 0; [INFO] [stderr] | ^^^^^ cannot infer type for type `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the `async` block because of this `await` [INFO] [stderr] --> src/tests.rs:47:29 [INFO] [stderr] | [INFO] [stderr] 47 | while let Some(event) = stream.next().await { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0698. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `syncthing`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "85887d8bbe8e40d91c9ffc8ddbe05a3ce791e87f27f93a18f4dcbd4dbadfcbf7"` [INFO] running `"docker" "rm" "-f" "85887d8bbe8e40d91c9ffc8ddbe05a3ce791e87f27f93a18f4dcbd4dbadfcbf7"` [INFO] [stdout] 85887d8bbe8e40d91c9ffc8ddbe05a3ce791e87f27f93a18f4dcbd4dbadfcbf7