[INFO] fetching crate cutlass 0.1.0... [INFO] checking cutlass-0.1.0 against master#914adf04af1c1a984707f778da3d04590c03d144 for pr-72331 [INFO] extracting crate cutlass 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate cutlass 0.1.0 on toolchain 914adf04af1c1a984707f778da3d04590c03d144 [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+914adf04af1c1a984707f778da3d04590c03d144" "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=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" "+914adf04af1c1a984707f778da3d04590c03d144" "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] 08bc12c6346006aa66aa2f3b9ef598d795787895b45ce0ac450b25f37807bd07 [INFO] running `"docker" "start" "-a" "08bc12c6346006aa66aa2f3b9ef598d795787895b45ce0ac450b25f37807bd07"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.13 [INFO] [stderr] Compiling syn v1.0.23 [INFO] [stderr] Checking unicode-xid v0.2.0 [INFO] [stderr] Compiling 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 ; 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: 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] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.99s [INFO] running `"docker" "inspect" "08bc12c6346006aa66aa2f3b9ef598d795787895b45ce0ac450b25f37807bd07"` [INFO] running `"docker" "rm" "-f" "08bc12c6346006aa66aa2f3b9ef598d795787895b45ce0ac450b25f37807bd07"` [INFO] [stdout] 08bc12c6346006aa66aa2f3b9ef598d795787895b45ce0ac450b25f37807bd07