[INFO] fetching crate huebridge 0.3.0... [INFO] checking huebridge-0.3.0 against try#8a749131e7beb72f6edacefd2bdcbed3d67b2112 for pr-72331 [INFO] extracting crate huebridge 0.3.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate huebridge 0.3.0 on toolchain 8a749131e7beb72f6edacefd2bdcbed3d67b2112 [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate huebridge 0.3.0 [INFO] finished tweaking crates.io crate huebridge 0.3.0 [INFO] tweaked toml for crates.io crate huebridge 0.3.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate huebridge 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "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] e4d505f058c7636fd7d671c04ad0bb438181af3f71938f1d9b2b8703ecb343d2 [INFO] running `"docker" "start" "-a" "e4d505f058c7636fd7d671c04ad0bb438181af3f71938f1d9b2b8703ecb343d2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Checking openssl-probe v0.1.2 [INFO] [stderr] Compiling encoding_rs v0.8.22 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking regex v1.3.7 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking mime_guess v2.0.3 [INFO] [stderr] Checking unicode-normalization v0.1.12 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking tokio v0.2.20 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-tls v0.3.1 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Checking serde_json v1.0.52 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Compiling pin-project-internal v0.4.13 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Checking pin-project v0.4.13 [INFO] [stderr] Checking hyper v0.13.5 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking reqwest v0.10.4 [INFO] [stderr] Checking huebridge v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `hueclient` in `{{root}}` [INFO] [stderr] --> examples/hue_get_all_lights.rs:11:20 [INFO] [stderr] | [INFO] [stderr] 11 | let bridge = ::hueclient::bridge::Bridge::discover_required().with_user(args[1].to_string()); [INFO] [stderr] | ^^^^^^^^^ could not find `hueclient` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `hueclient` in `{{root}}` [INFO] [stderr] --> examples/hue_set_light_state.rs:17:20 [INFO] [stderr] | [INFO] [stderr] 17 | let bridge = ::hueclient::bridge::Bridge::discover_required().with_user(args[1].to_string()); [INFO] [stderr] | ^^^^^^^^^ could not find `hueclient` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `hueclient` [INFO] [stderr] --> examples/hue_set_light_state.rs:30:17 [INFO] [stderr] | [INFO] [stderr] 30 | "on" => hueclient::bridge::CommandLight::default().on(), [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `hueclient` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `hueclient` [INFO] [stderr] --> examples/hue_set_light_state.rs:31:18 [INFO] [stderr] | [INFO] [stderr] 31 | "off" => hueclient::bridge::CommandLight::default().off(), [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `hueclient` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `hueclient` [INFO] [stderr] --> examples/hue_set_light_state.rs:34:31 [INFO] [stderr] | [INFO] [stderr] 34 | let mut command = hueclient::bridge::CommandLight::default().on(); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `hueclient` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `hueclient` [INFO] [stderr] --> examples/hue_set_light_state.rs:42:31 [INFO] [stderr] | [INFO] [stderr] 42 | let mut command = hueclient::bridge::CommandLight::default().on(); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `hueclient` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `hueclient` [INFO] [stderr] --> examples/hue_set_light_state.rs:50:31 [INFO] [stderr] | [INFO] [stderr] 50 | let mut command = hueclient::bridge::CommandLight::default().on(); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `hueclient` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `hueclient` [INFO] [stderr] --> examples/hue_set_light_state.rs:62:31 [INFO] [stderr] | [INFO] [stderr] 62 | let mut command = hueclient::bridge::CommandLight::default().on(); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `hueclient` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `hueclient` [INFO] [stderr] --> examples/hue_set_light_state.rs:77:31 [INFO] [stderr] | [INFO] [stderr] 77 | let mut command = hueclient::bridge::CommandLight::default().on(); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `hueclient` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `hueclient` in `{{root}}` [INFO] [stderr] --> examples/hue_register_user.rs:11:24 [INFO] [stderr] | [INFO] [stderr] 11 | let bridge = ::hueclient::bridge::Bridge::discover_required(); [INFO] [stderr] | ^^^^^^^^^ could not find `hueclient` in `{{root}}` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `hueclient` [INFO] [stderr] --> examples/hue_register_user.rs:21:21 [INFO] [stderr] | [INFO] [stderr] 21 | Err(hueclient::HueError(hueclient::HueErrorKind::BridgeError(code, _), _)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `hueclient` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `hueclient` [INFO] [stderr] --> examples/hue_register_user.rs:21:41 [INFO] [stderr] | [INFO] [stderr] 21 | Err(hueclient::HueError(hueclient::HueErrorKind::BridgeError(code, _), _)) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `hueclient` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `huebridge`. [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: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `huebridge`. [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[E0599]: no function or associated item named `discover` found for struct `huebridge::bridge::Bridge` in the current scope [INFO] [stderr] --> examples/hue_discover_bridge.rs:6:26 [INFO] [stderr] | [INFO] [stderr] 6 | let bridge = Bridge::discover().unwrap(); [INFO] [stderr] | ^^^^^^^^ function or associated item not found in `huebridge::bridge::Bridge` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `huebridge`. [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[E0609]: no field `id` on type `&_` [INFO] [stderr] --> examples/hue_get_all_lights.rs:18:23 [INFO] [stderr] | [INFO] [stderr] 18 | l.id, [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `huebridge`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e4d505f058c7636fd7d671c04ad0bb438181af3f71938f1d9b2b8703ecb343d2"` [INFO] running `"docker" "rm" "-f" "e4d505f058c7636fd7d671c04ad0bb438181af3f71938f1d9b2b8703ecb343d2"` [INFO] [stdout] e4d505f058c7636fd7d671c04ad0bb438181af3f71938f1d9b2b8703ecb343d2