[INFO] cloning repository https://github.com/naftulikay/rust-openssl-static-example [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/naftulikay/rust-openssl-static-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaftulikay%2Frust-openssl-static-example"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaftulikay%2Frust-openssl-static-example'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5d491581b775d2051c81c383f1e48098a1f149f0 [INFO] testing naftulikay/rust-openssl-static-example against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnaftulikay%2Frust-openssl-static-example" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/naftulikay/rust-openssl-static-example on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/naftulikay/rust-openssl-static-example [INFO] finished tweaking git repo https://github.com/naftulikay/rust-openssl-static-example [INFO] tweaked toml for git repo https://github.com/naftulikay/rust-openssl-static-example written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/naftulikay/rust-openssl-static-example already has a lockfile, it will not be regenerated [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] a6c5c08a4054db45e77b567cfafc9bbaa1ad40007f83cf48c91189fae863f087 [INFO] running `"docker" "start" "-a" "a6c5c08a4054db45e77b567cfafc9bbaa1ad40007f83cf48c91189fae863f087"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.39 [INFO] [stderr] Compiling num-traits v0.2.1 [INFO] [stderr] Compiling cc v1.0.7 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling cpython v0.1.0 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling serde v1.0.32 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling openssl v0.10.5 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling python3-sys v0.1.3 [INFO] [stderr] Compiling serde_json v1.0.11 [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `PyEval_ThreadsInitialized` in crate `ffi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cpython-0.1.0/src/pythonrun.rs:55:26 [INFO] [stderr] | [INFO] [stderr] 55 | assert!(ffi::PyEval_ThreadsInitialized() != 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `PyEval_ThreadsInitialized` in crate `ffi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cpython-0.1.0/src/pythonrun.rs:58:26 [INFO] [stderr] | [INFO] [stderr] 58 | assert!(ffi::PyEval_ThreadsInitialized() == 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `PyEval_InitThreads` in crate `ffi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cpython-0.1.0/src/pythonrun.rs:65:18 [INFO] [stderr] | [INFO] [stderr] 65 | ffi::PyEval_InitThreads(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `PyEval_SaveThread` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/python3-sys-0.1.3/src/ceval.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn PyEval_SaveThread() -> *mut PyThreadState; [INFO] [stderr] | ------------------------------------------------- similarly named function `PyEval_SaveThread` defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `PyEval_InitThreads` in crate `ffi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cpython-0.1.0/src/lib.rs:333:10 [INFO] [stderr] | [INFO] [stderr] 333 | ffi::PyEval_InitThreads(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `PyEval_SaveThread` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/python3-sys-0.1.3/src/ceval.rs:49:5 [INFO] [stderr] | [INFO] [stderr] 49 | pub fn PyEval_SaveThread() -> *mut PyThreadState; [INFO] [stderr] | ------------------------------------------------- similarly named function `PyEval_SaveThread` defined here [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `cpython`. [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" "a6c5c08a4054db45e77b567cfafc9bbaa1ad40007f83cf48c91189fae863f087"` [INFO] running `"docker" "rm" "-f" "a6c5c08a4054db45e77b567cfafc9bbaa1ad40007f83cf48c91189fae863f087"` [INFO] [stdout] a6c5c08a4054db45e77b567cfafc9bbaa1ad40007f83cf48c91189fae863f087