[INFO] crate syncthing 0.1.0 is already in cache [INFO] checking syncthing-0.1.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate syncthing 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate syncthing 0.1.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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-9/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 997322d9dd6b823efdeff3f4287ed31b65982703bd2705836d2832edb0a238b6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "997322d9dd6b823efdeff3f4287ed31b65982703bd2705836d2832edb0a238b6"` [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling isahc v0.8.2 [INFO] [stderr] Compiling isahc v0.7.6 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Checking kv-log-macro v1.0.4 [INFO] [stderr] Checking async-task v1.2.0 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking mio-uds v0.6.7 [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] Checking futures-util v0.3.1 [INFO] [stderr] Compiling curl v0.4.25 [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] error[E0599]: no method named `get_system_log` found for struct `connection::Connection` in the current scope [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] ::: 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] | [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] --> 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] ::: 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] | [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] --> 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] ::: 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] | [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] --> 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] ::: src/connection.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Connection { [INFO] [stderr] | ------------------------ method `get_events` not found for this [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] --> 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] ::: src/connection.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct Connection { [INFO] [stderr] | ------------------------ method `subscribe` not found for this [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "997322d9dd6b823efdeff3f4287ed31b65982703bd2705836d2832edb0a238b6"` [INFO] running `"docker" "rm" "-f" "997322d9dd6b823efdeff3f4287ed31b65982703bd2705836d2832edb0a238b6"` [INFO] [stdout] 997322d9dd6b823efdeff3f4287ed31b65982703bd2705836d2832edb0a238b6