[INFO] fetching crate cutlass 0.1.0... [INFO] checking cutlass-0.1.0 against try#c8bdaa84ec1b37f18f30375e196a65b7602f3790 for pr-73345 [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 c8bdaa84ec1b37f18f30375e196a65b7602f3790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "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" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "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" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "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] 236e948d3f16b1c578bc04eca4478e8af7bddf8fb51c3c9a6000f6c6d660ac0a [INFO] running `"docker" "start" "-a" "236e948d3f16b1c578bc04eca4478e8af7bddf8fb51c3c9a6000f6c6d660ac0a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking cutlass v0.1.0 (/opt/rustwide/workdir) [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/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/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] [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 ; pub fn [INFO] [stdout] add(x : u32) -> _add_T1 { return move | y | { 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] [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_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_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: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.99s [INFO] running `"docker" "inspect" "236e948d3f16b1c578bc04eca4478e8af7bddf8fb51c3c9a6000f6c6d660ac0a"` [INFO] running `"docker" "rm" "-f" "236e948d3f16b1c578bc04eca4478e8af7bddf8fb51c3c9a6000f6c6d660ac0a"` [INFO] [stdout] 236e948d3f16b1c578bc04eca4478e8af7bddf8fb51c3c9a6000f6c6d660ac0a