[INFO] crate pycall 0.3.0 is already in cache [INFO] checking pycall-0.3.0 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate pycall 0.3.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate pycall 0.3.0 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pycall 0.3.0 [INFO] finished tweaking crates.io crate pycall 0.3.0 [INFO] tweaked toml for crates.io crate pycall 0.3.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate pycall 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] 578403252b6b3c4b3759652a7f72cf398c58f6b1243a14ff30f98b95c9f36a59 [INFO] running `"docker" "start" "-a" "578403252b6b3c4b3759652a7f72cf398c58f6b1243a14ff30f98b95c9f36a59"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking pycall v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `quick_plot` in this scope [INFO] [stderr] --> src/lib.rs:427:38 [INFO] [stderr] | [INFO] [stderr] 427 | let join = std::thread::spawn(|| quick_plot(&(-50..50).map(|x| (-x * x)).collect::>())); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `pycall`. [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 `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:134:13 [INFO] [stderr] | [INFO] [stderr] 134 | handle.join(); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:379:9 [INFO] [stderr] | [INFO] [stderr] 379 | / writeln!( [INFO] [stderr] 380 | | &program.file, [INFO] [stderr] 381 | | "plt.plot({}, {}, {})", [INFO] [stderr] 382 | | PythonLiteral(x), [INFO] [stderr] 383 | | PythonLiteral(y), [INFO] [stderr] 384 | | PythonLiteral(args) [INFO] [stderr] 385 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:395:9 [INFO] [stderr] | [INFO] [stderr] 395 | / writeln!( [INFO] [stderr] 396 | | &program.file, [INFO] [stderr] 397 | | "plt.plot({}, {})", [INFO] [stderr] 398 | | PythonLiteral(x), [INFO] [stderr] 399 | | PythonLiteral(y), [INFO] [stderr] 400 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/lib.rs:407:9 [INFO] [stderr] | [INFO] [stderr] 407 | writeln!(&program.file, "plt.plot({})", PythonLiteral(y)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "578403252b6b3c4b3759652a7f72cf398c58f6b1243a14ff30f98b95c9f36a59"` [INFO] running `"docker" "rm" "-f" "578403252b6b3c4b3759652a7f72cf398c58f6b1243a14ff30f98b95c9f36a59"` [INFO] [stdout] 578403252b6b3c4b3759652a7f72cf398c58f6b1243a14ff30f98b95c9f36a59