[INFO] updating cached repository https://github.com/Darrenmeehan/photos [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/Darrenmeehan/photos [INFO] [stderr] * [new branch] dependabot/cargo/wasm-bindgen-futures-0.4.12 -> dependabot/cargo/wasm-bindgen-futures-0.4.12 [INFO] [stderr] 4ded52d..4104937 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 41049378c3d14cb7686a8515f8adde1280031b3a [INFO] testing Darrenmeehan/photos against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDarrenmeehan%2Fphotos" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Darrenmeehan/photos on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Darrenmeehan/photos [INFO] finished tweaking git repo https://github.com/Darrenmeehan/photos [INFO] tweaked toml for git repo https://github.com/Darrenmeehan/photos written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Darrenmeehan/photos already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 03f76a82e736b118e7a759d0abf55829d308006251fe5f2addd64d67e5c61068 [INFO] running `"docker" "start" "-a" "03f76a82e736b118e7a759d0abf55829d308006251fe5f2addd64d67e5c61068"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Compiling syn v1.0.27 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.63 [INFO] [stderr] Compiling bumpalo v3.2.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.63 [INFO] [stderr] Compiling boolinator v2.4.0 [INFO] [stderr] Compiling yew v0.16.2 [INFO] [stderr] Compiling cfg-match v0.2.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.63 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling thiserror-impl v1.0.16 [INFO] [stderr] Compiling yew-macro v0.16.1 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.63 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.63 [INFO] [stderr] Compiling thiserror v1.0.16 [INFO] [stderr] Compiling pin-project v0.4.17 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling js-sys v0.3.39 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling web-sys v0.3.39 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.10 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling serde_json v1.0.52 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling gloo-events v0.1.1 [INFO] [stderr] Compiling gloo-timers v0.2.1 [INFO] [stderr] Compiling gloo-console-timer v0.1.0 [INFO] [stderr] Compiling gloo-file v0.1.0 [INFO] [stderr] Compiling gloo v0.2.1 [INFO] [stderr] Compiling photos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `path` [INFO] [stderr] --> src/lib.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | let path = "samples/1.png"; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_sample_photos` [INFO] [stderr] --> src/lib.rs:69:4 [INFO] [stderr] | [INFO] [stderr] 69 | fn get_sample_photos() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Photo` [INFO] [stderr] --> src/lib.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 73 | struct Photo { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 09s [INFO] running `"docker" "inspect" "03f76a82e736b118e7a759d0abf55829d308006251fe5f2addd64d67e5c61068"` [INFO] running `"docker" "rm" "-f" "03f76a82e736b118e7a759d0abf55829d308006251fe5f2addd64d67e5c61068"` [INFO] [stdout] 03f76a82e736b118e7a759d0abf55829d308006251fe5f2addd64d67e5c61068 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 53369be18a57041aa786c04e1913b74b23a8c9e8d2ef04bdce56560f9180a681 [INFO] running `"docker" "start" "-a" "53369be18a57041aa786c04e1913b74b23a8c9e8d2ef04bdce56560f9180a681"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: Found `debug_assertions` in `target.'cfg(...)'.dependencies`. This value is not supported for selecting dependencies and will not work as expected. To learn more visit https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling scoped-tls v1.0.0 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.10 [INFO] [stderr] Compiling wasm-bindgen-test v0.3.10 [INFO] [stderr] Compiling photos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0220]: associated type `Item` not found for `core::future::future::Future` [INFO] [stderr] --> tests/app.rs:25:32 [INFO] [stderr] | [INFO] [stderr] 25 | fn async_test() -> impl Future { [INFO] [stderr] | ^^^^ associated type `Item` not found [INFO] [stderr] [INFO] [stderr] error[E0220]: associated type `Error` not found for `core::future::future::Future` [INFO] [stderr] --> tests/app.rs:25:43 [INFO] [stderr] | [INFO] [stderr] 25 | fn async_test() -> impl Future { [INFO] [stderr] | ^^^^^ associated type `Error` not found [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/app.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | assert_eq!(x, 42); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected enum `std::result::Result`, found integer [INFO] [stderr] | [INFO] [stderr] = note: expected enum `std::result::Result` [INFO] [stderr] found type `{integer}` [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[E0271]: type mismatch resolving `::Output == ()` [INFO] [stderr] --> tests/app.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[wasm_bindgen_test(async)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected associated type, found `()` [INFO] [stderr] 25 | fn async_test() -> impl Future { [INFO] [stderr] | --------------------------------------- the expected opaque type [INFO] [stderr] | [INFO] [stderr] = note: expected associated type `::Output` [INFO] [stderr] found unit type `()` [INFO] [stderr] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: consider constraining the associated type `::Output` to `()` [INFO] [stderr] | [INFO] [stderr] 25 | fn async_test() -> impl Future { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0220, E0271, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0220`. [INFO] [stderr] error: could not compile `photos`. [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] warning: unused variable: `path` [INFO] [stderr] --> src/lib.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | let path = "samples/1.png"; [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_sample_photos` [INFO] [stderr] --> src/lib.rs:69:4 [INFO] [stderr] | [INFO] [stderr] 69 | fn get_sample_photos() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Photo` [INFO] [stderr] --> src/lib.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 73 | struct Photo { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "53369be18a57041aa786c04e1913b74b23a8c9e8d2ef04bdce56560f9180a681"` [INFO] running `"docker" "rm" "-f" "53369be18a57041aa786c04e1913b74b23a8c9e8d2ef04bdce56560f9180a681"` [INFO] [stdout] 53369be18a57041aa786c04e1913b74b23a8c9e8d2ef04bdce56560f9180a681