[INFO] cloning repository https://github.com/MediaGamma/python-rust-experiments [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MediaGamma/python-rust-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMediaGamma%2Fpython-rust-experiments", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMediaGamma%2Fpython-rust-experiments'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e9ec646cfce1a00e7e332d100958ee8ef5c84e34 [INFO] testing MediaGamma/python-rust-experiments against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMediaGamma%2Fpython-rust-experiments" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MediaGamma/python-rust-experiments on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MediaGamma/python-rust-experiments [INFO] finished tweaking git repo https://github.com/MediaGamma/python-rust-experiments [INFO] tweaked toml for git repo https://github.com/MediaGamma/python-rust-experiments written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/MediaGamma/python-rust-experiments already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 35a7436f2c248588931472808719d1cb8ee6f9e4b4220fe44aeb99c42ae1ec3b [INFO] running `Command { std: "docker" "start" "-a" "35a7436f2c248588931472808719d1cb8ee6f9e4b4220fe44aeb99c42ae1ec3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35a7436f2c248588931472808719d1cb8ee6f9e4b4220fe44aeb99c42ae1ec3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35a7436f2c248588931472808719d1cb8ee6f9e4b4220fe44aeb99c42ae1ec3b", kill_on_drop: false }` [INFO] [stdout] 35a7436f2c248588931472808719d1cb8ee6f9e4b4220fe44aeb99c42ae1ec3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8e530572d3ccdcb4c52a13dfa4207e4821dde1ed0e7c222a83b60e794e5a29d5 [INFO] running `Command { std: "docker" "start" "-a" "8e530572d3ccdcb4c52a13dfa4207e4821dde1ed0e7c222a83b60e794e5a29d5", kill_on_drop: false }` [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling cpython v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling python3-sys v0.1.3 [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PyEval_ThreadsInitialized` in crate `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cpython-0.1.0/src/pythonrun.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | assert!(ffi::PyEval_ThreadsInitialized() != 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PyEval_ThreadsInitialized` in crate `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cpython-0.1.0/src/pythonrun.rs:58:26 [INFO] [stdout] | [INFO] [stdout] 58 | assert!(ffi::PyEval_ThreadsInitialized() == 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PyEval_InitThreads` in crate `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cpython-0.1.0/src/pythonrun.rs:65:18 [INFO] [stdout] | [INFO] [stdout] 65 | ffi::PyEval_InitThreads(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `PyEval_SaveThread` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/python3-sys-0.1.3/src/ceval.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn PyEval_SaveThread() -> *mut PyThreadState; [INFO] [stdout] | ------------------------------------------------- similarly named function `PyEval_SaveThread` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PyEval_InitThreads` in crate `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cpython-0.1.0/src/lib.rs:333:10 [INFO] [stdout] | [INFO] [stdout] 333 | ffi::PyEval_InitThreads(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `PyEval_SaveThread` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/python3-sys-0.1.3/src/ceval.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn PyEval_SaveThread() -> *mut PyThreadState; [INFO] [stdout] | ------------------------------------------------- similarly named function `PyEval_SaveThread` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cpython` due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "8e530572d3ccdcb4c52a13dfa4207e4821dde1ed0e7c222a83b60e794e5a29d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e530572d3ccdcb4c52a13dfa4207e4821dde1ed0e7c222a83b60e794e5a29d5", kill_on_drop: false }` [INFO] [stdout] 8e530572d3ccdcb4c52a13dfa4207e4821dde1ed0e7c222a83b60e794e5a29d5