[INFO] fetching crate uapi 0.1.3... [INFO] testing uapi-0.1.3 against 1.44.0 for beta-1.45-1 [INFO] extracting crate uapi 0.1.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate uapi 0.1.3 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 uapi 0.1.3 [INFO] finished tweaking crates.io crate uapi 0.1.3 [INFO] tweaked toml for crates.io crate uapi 0.1.3 written to /workspace/builds/worker-3/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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 5f83e1e0a1be2f7f3d33853457c68ed9fd3a75655c44e466bf475f3576e3aa18 [INFO] running `"docker" "start" "-a" "5f83e1e0a1be2f7f3d33853457c68ed9fd3a75655c44e466bf475f3576e3aa18"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling uapi v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling uapi-proc v0.0.1 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.82s [INFO] running `"docker" "inspect" "5f83e1e0a1be2f7f3d33853457c68ed9fd3a75655c44e466bf475f3576e3aa18"` [INFO] running `"docker" "rm" "-f" "5f83e1e0a1be2f7f3d33853457c68ed9fd3a75655c44e466bf475f3576e3aa18"` [INFO] [stdout] 5f83e1e0a1be2f7f3d33853457c68ed9fd3a75655c44e466bf475f3576e3aa18 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] f5ef6eca9dcc0f869607fd2014d28e3a2d97e6122277c914175d33583c1ff450 [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" "f5ef6eca9dcc0f869607fd2014d28e3a2d97e6122277c914175d33583c1ff450"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling uapi v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/process4.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `in_fork` in this scope [INFO] [stderr] --> tests/process4.rs:7:14 [INFO] [stderr] | [INFO] [stderr] 7 | 0 => in_fork(|| { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/pivot_root.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `defer` in this scope [INFO] [stderr] --> tests/pivot_root.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | defer!(|| umount2(tmp.bstr(), 0).unwrap()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `defer` in this scope [INFO] [stderr] --> tests/pivot_root.rs:23:9 [INFO] [stderr] | [INFO] [stderr] 23 | defer!(|| umount2(sub1, 0).unwrap()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tempdir` [INFO] [stderr] --> tests/pivot_root.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | let tmp = Tempdir::new(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Tempdir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/mknod_mode.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tempdir` [INFO] [stderr] --> tests/mknod_mode.rs:13:19 [INFO] [stderr] | [INFO] [stderr] 13 | let tmp = Tempdir::new(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Tempdir` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/chdir.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tempdir` [INFO] [stderr] --> tests/chdir.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | let tmp = Tempdir::new(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Tempdir` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `uapi`. [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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/chroot.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tempdir` [INFO] [stderr] --> tests/chroot.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | let tmp = Tempdir::new(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Tempdir` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `uapi`. [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[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/exec2.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/process6.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `in_fork` in this scope [INFO] [stderr] --> tests/process6.rs:8:14 [INFO] [stderr] | [INFO] [stderr] 8 | 0 => in_fork(|| { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `in_fork` in this scope [INFO] [stderr] --> tests/exec2.rs:19:14 [INFO] [stderr] | [INFO] [stderr] 19 | 0 => in_fork(|| { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `in_fork` in this scope [INFO] [stderr] --> tests/exec2.rs:33:14 [INFO] [stderr] | [INFO] [stderr] 33 | 0 => in_fork(|| { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0425]: cannot find function `in_fork` in this scope [INFO] [stderr] --> tests/exec2.rs:52:14 [INFO] [stderr] | [INFO] [stderr] 52 | 0 => in_fork(|| { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: could not compile `uapi`. [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[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/setuid3.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `uapi`. [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: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0425]: cannot find function `in_fork` in this scope [INFO] [stderr] --> tests/setuid3.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | 0 => in_fork(|| { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: could not compile `uapi`. [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 `uapi`. [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[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/process5.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/process3.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0425]: cannot find function `in_fork` in this scope [INFO] [stderr] --> tests/process5.rs:8:14 [INFO] [stderr] | [INFO] [stderr] 8 | 0 => in_fork(|| { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `in_fork` in this scope [INFO] [stderr] --> tests/process3.rs:8:14 [INFO] [stderr] | [INFO] [stderr] 8 | 0 => in_fork(|| exit(1)), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `testutils` [INFO] [stderr] --> tests/openat_mode.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use testutils::*; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `testutils` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Tempdir` [INFO] [stderr] --> tests/openat_mode.rs:10:19 [INFO] [stderr] | [INFO] [stderr] 10 | let tmp = Tempdir::new(); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Tempdir` [INFO] [stderr] [INFO] [stderr] error: could not compile `uapi`. [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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `uapi`. [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 `uapi`. [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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `uapi`. [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: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `uapi`. [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" "f5ef6eca9dcc0f869607fd2014d28e3a2d97e6122277c914175d33583c1ff450"` [INFO] running `"docker" "rm" "-f" "f5ef6eca9dcc0f869607fd2014d28e3a2d97e6122277c914175d33583c1ff450"` [INFO] [stdout] f5ef6eca9dcc0f869607fd2014d28e3a2d97e6122277c914175d33583c1ff450