[INFO] crate cutlass 0.1.0 is already in cache [INFO] checking cutlass-0.1.0 against master#7f940ef5d91b53e889f111f27e00849f2f5ae4a2 for pr-72493 [INFO] extracting crate cutlass 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate cutlass 0.1.0 on toolchain 7f940ef5d91b53e889f111f27e00849f2f5ae4a2 [INFO] running `"/workspace/cargo-home/bin/cargo" "+7f940ef5d91b53e889f111f27e00849f2f5ae4a2" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cutlass 0.1.0 [INFO] finished tweaking crates.io crate cutlass 0.1.0 [INFO] tweaked toml for crates.io crate cutlass 0.1.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+7f940ef5d91b53e889f111f27e00849f2f5ae4a2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+7f940ef5d91b53e889f111f27e00849f2f5ae4a2" "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" "+7f940ef5d91b53e889f111f27e00849f2f5ae4a2" "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] 63a6fa35c396ddd980f5e8d9f89a8ab51393d7bcdeb30157ca77ff4d49ec2e4b [INFO] running `"docker" "start" "-a" "63a6fa35c396ddd980f5e8d9f89a8ab51393d7bcdeb30157ca77ff4d49ec2e4b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.17 [INFO] [stderr] Compiling syn v1.0.27 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Checking quote v1.0.6 [INFO] [stderr] Checking cutlass v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] type _product_T0 = u32 ; type _product_T1 = impl Fn(u32) -> _product_T0 ; pub [INFO] [stdout] fn product(x : u32) -> _product_T1 { return move | y | { return x * y ; } ; } [INFO] [stdout] type _add_T0 = u32 ; type _add_T1 = impl Fn(u32) -> _add_T0 ; type _add_T2 = [INFO] [stdout] impl Fn(u32) -> _add_T1 ; fn add(x : u32) -> _add_T2 [INFO] [stdout] { return move | y | move | z | { return x + y + z ; } ; } [INFO] [stdout] type _add_T0 = u32 ; type _add_T1 = impl Fn(u32) -> _add_T0 ; pub fn [INFO] [stdout] add(x : u32) -> _add_T1 { return move | y | { x + y } ; } [INFO] [stderr] warning: type `_product_T0` should have an upper camel case name [INFO] [stderr] --> tests/with_map.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn product(x: u32, y: u32) -> u32 { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case: `ProductT0` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `_product_T1` should have an upper camel case name [INFO] [stderr] --> tests/with_map.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn product(x: u32, y: u32) -> u32 { [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case: `ProductT1` [INFO] [stderr] [INFO] [stderr] warning: type `_add_T0` should have an upper camel case name [INFO] [stderr] --> tests/smoke.rs:4:4 [INFO] [stderr] | [INFO] [stderr] 4 | fn add(x: u32, y: u32, z: u32) -> u32 { [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case: `AddT0` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type `_add_T0` should have an upper camel case name [INFO] [stderr] --> tests/with_map.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn add(x: u32, y: u32) -> u32 { [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case: `AddT0` [INFO] [stderr] [INFO] [stderr] warning: type `_add_T1` should have an upper camel case name [INFO] [stderr] --> tests/smoke.rs:4:4 [INFO] [stderr] | [INFO] [stderr] 4 | fn add(x: u32, y: u32, z: u32) -> u32 { [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case: `AddT1` [INFO] [stderr] [INFO] [stderr] warning: type `_add_T1` should have an upper camel case name [INFO] [stderr] --> tests/with_map.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn add(x: u32, y: u32) -> u32 { [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case: `AddT1` [INFO] [stderr] [INFO] [stderr] warning: type `_add_T2` should have an upper camel case name [INFO] [stderr] --> tests/smoke.rs:4:4 [INFO] [stderr] | [INFO] [stderr] 4 | fn add(x: u32, y: u32, z: u32) -> u32 { [INFO] [stderr] | ^^^ help: convert the identifier to upper camel case: `AddT2` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.51s [INFO] running `"docker" "inspect" "63a6fa35c396ddd980f5e8d9f89a8ab51393d7bcdeb30157ca77ff4d49ec2e4b"` [INFO] running `"docker" "rm" "-f" "63a6fa35c396ddd980f5e8d9f89a8ab51393d7bcdeb30157ca77ff4d49ec2e4b"` [INFO] [stdout] 63a6fa35c396ddd980f5e8d9f89a8ab51393d7bcdeb30157ca77ff4d49ec2e4b