[INFO] crate without-alloc 0.2.1 is already in cache [INFO] testing without-alloc-0.2.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate without-alloc 0.2.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate without-alloc 0.2.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate without-alloc 0.2.1 [INFO] finished tweaking crates.io crate without-alloc 0.2.1 [INFO] tweaked toml for crates.io crate without-alloc 0.2.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "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] 3804d7eb866316f0db4855378923135133cee4d16ff49510865ed3efc1846df1 [INFO] running `"docker" "start" "-a" "3804d7eb866316f0db4855378923135133cee4d16ff49510865ed3efc1846df1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling alloc-traits v0.1.1 [INFO] [stderr] Compiling without-alloc v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.19s [INFO] running `"docker" "inspect" "3804d7eb866316f0db4855378923135133cee4d16ff49510865ed3efc1846df1"` [INFO] running `"docker" "rm" "-f" "3804d7eb866316f0db4855378923135133cee4d16ff49510865ed3efc1846df1"` [INFO] [stdout] 3804d7eb866316f0db4855378923135133cee4d16ff49510865ed3efc1846df1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] df88a248d1738704b542bd7b379e089d376bf5164cb4d3a1ce3bbf298a217702 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "df88a248d1738704b542bd7b379e089d376bf5164cb4d3a1ce3bbf298a217702"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling without-alloc v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `static_alloc` [INFO] [stderr] --> tests/fixed_vec.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use static_alloc::Bump; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `static_alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `static_alloc` [INFO] [stderr] --> src/boxed.rs:238:9 [INFO] [stderr] | [INFO] [stderr] 238 | use static_alloc::Bump; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `static_alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `static_alloc` [INFO] [stderr] --> src/rc.rs:694:9 [INFO] [stderr] | [INFO] [stderr] 694 | use static_alloc::Bump; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `static_alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `static_alloc` [INFO] [stderr] --> tests/box.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use static_alloc::Bump; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `static_alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `static_alloc` [INFO] [stderr] --> tests/rc.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use static_alloc::Bump; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `static_alloc` [INFO] [stderr] [INFO] [stderr] warning: unused import: `without_alloc::alloc::LocalAllocLeakExt` [INFO] [stderr] --> tests/box.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use without_alloc::alloc::LocalAllocLeakExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `without-alloc`. [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[E0599]: no method named `wrapping_add` found for struct `without_alloc::rc::Rc<'_, _>` in the current scope [INFO] [stderr] --> tests/rc.rs:15:19 [INFO] [stderr] | [INFO] [stderr] 15 | assert_eq!(rc.wrapping_add(1), 1); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `without_alloc::rc::Rc<'_, _>` [INFO] [stderr] | [INFO] [stderr] = note: `rc` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_ref` found for struct `without_alloc::rc::Rc<'_, _>` in the current scope [INFO] [stderr] --> tests/rc.rs:16:20 [INFO] [stderr] | [INFO] [stderr] 16 | assert_eq!(*rc.as_ref(), 0); [INFO] [stderr] | ^^^^^^ method not found in `without_alloc::rc::Rc<'_, _>` [INFO] [stderr] | [INFO] [stderr] = note: `rc` is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] warning: unused import: `without_alloc::alloc::LocalAllocLeakExt` [INFO] [stderr] --> tests/fixed_vec.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use without_alloc::alloc::LocalAllocLeakExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `without-alloc`. [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: could not compile `without-alloc`. [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 import: `crate::alloc::LocalAllocLeakExt` [INFO] [stderr] --> src/boxed.rs:237:9 [INFO] [stderr] | [INFO] [stderr] 237 | use crate::alloc::LocalAllocLeakExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::alloc::LocalAllocLeakExt` [INFO] [stderr] --> src/rc.rs:695:9 [INFO] [stderr] | [INFO] [stderr] 695 | use crate::alloc::LocalAllocLeakExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `without-alloc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "df88a248d1738704b542bd7b379e089d376bf5164cb4d3a1ce3bbf298a217702"` [INFO] running `"docker" "rm" "-f" "df88a248d1738704b542bd7b379e089d376bf5164cb4d3a1ce3bbf298a217702"` [INFO] [stdout] df88a248d1738704b542bd7b379e089d376bf5164cb4d3a1ce3bbf298a217702