[INFO] crate geng-ui-derive 0.2.0 is already in cache [INFO] testing geng-ui-derive-0.2.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate geng-ui-derive 0.2.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate geng-ui-derive 0.2.0 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 crates.io crate geng-ui-derive 0.2.0 [INFO] finished tweaking crates.io crate geng-ui-derive 0.2.0 [INFO] tweaked toml for crates.io crate geng-ui-derive 0.2.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 087e0fc2ddf2a13a461f7e96b8ee9d4a472e145872340ffa7993269c25c6e4e3 [INFO] running `"docker" "start" "-a" "087e0fc2ddf2a13a461f7e96b8ee9d4a472e145872340ffa7993269c25c6e4e3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling dyn-clone v1.0.1 [INFO] [stderr] Compiling tinyfiledialogs v3.3.9 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling trans-derive v0.1.0 [INFO] [stderr] Compiling trans-schema-derive v0.1.0 [INFO] [stderr] Compiling batbox-derive v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling ron v0.5.1 [INFO] [stderr] Compiling bincode v1.2.1 [INFO] [stderr] Compiling structopt-derive v0.4.7 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling stderrlog v0.4.3 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling trans v0.1.0 [INFO] [stderr] Compiling trans-schema v0.1.0 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling structopt v0.3.14 [INFO] [stderr] Compiling batbox v0.2.0 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/batbox-0.2.0/src/geom/mat/mat4/mod.rs:19:14 [INFO] [stderr] | [INFO] [stderr] 13 | impl Mat4 { [INFO] [stderr] | - expected type parameter [INFO] [stderr] 14 | pub fn map U>(self, f: F) -> Mat4 { [INFO] [stderr] | - found type parameter [INFO] [stderr] ... [INFO] [stderr] 19 | Self(map_arr(self.0, |row| map_arr(row, &f))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter `T`, found type parameter `U` [INFO] [stderr] | [INFO] [stderr] = note: expected array `[[T; 4]; 4]` [INFO] [stderr] found array `[[U; 4]; 4]` [INFO] [stderr] = note: a type parameter was expected, but a different one was found; you might be missing a type parameter or trait bound [INFO] [stderr] = note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/batbox-0.2.0/src/geom/mat/mat4/mod.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 13 | impl Mat4 { [INFO] [stderr] | - found type parameter [INFO] [stderr] 14 | pub fn map U>(self, f: F) -> Mat4 { [INFO] [stderr] | - expected type parameter ------- expected `geom::mat::mat4::Mat4` because of return type [INFO] [stderr] ... [INFO] [stderr] 19 | Self(map_arr(self.0, |row| map_arr(row, &f))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected type parameter `U`, found type parameter `T` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `geom::mat::mat4::Mat4` [INFO] [stderr] found struct `geom::mat::mat4::Mat4` [INFO] [stderr] = note: a type parameter was expected, but a different one was found; you might be missing a type parameter or trait bound [INFO] [stderr] = note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `batbox`. [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: build failed [INFO] running `"docker" "inspect" "087e0fc2ddf2a13a461f7e96b8ee9d4a472e145872340ffa7993269c25c6e4e3"` [INFO] running `"docker" "rm" "-f" "087e0fc2ddf2a13a461f7e96b8ee9d4a472e145872340ffa7993269c25c6e4e3"` [INFO] [stdout] 087e0fc2ddf2a13a461f7e96b8ee9d4a472e145872340ffa7993269c25c6e4e3