[INFO] updating cached repository https://github.com/mori-hisayuki/serverless-rust-sample [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8065a07dbedd0513ec7b2a9228ca0e6730b7dff2 [INFO] testing mori-hisayuki/serverless-rust-sample against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmori-hisayuki%2Fserverless-rust-sample" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mori-hisayuki/serverless-rust-sample on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mori-hisayuki/serverless-rust-sample [INFO] finished tweaking git repo https://github.com/mori-hisayuki/serverless-rust-sample [INFO] tweaked toml for git repo https://github.com/mori-hisayuki/serverless-rust-sample written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/mori-hisayuki/serverless-rust-sample already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f73ea3d4e06b2378982b30d65a9c8082de3e613595557a7a7c05aef2d51070e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7f73ea3d4e06b2378982b30d65a9c8082de3e613595557a7a7c05aef2d51070e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f73ea3d4e06b2378982b30d65a9c8082de3e613595557a7a7c05aef2d51070e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f73ea3d4e06b2378982b30d65a9c8082de3e613595557a7a7c05aef2d51070e", kill_on_drop: false }` [INFO] [stdout] 7f73ea3d4e06b2378982b30d65a9c8082de3e613595557a7a7c05aef2d51070e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0bb469b741c9f2b1916891e6ba2f76d1c496af3d31c6d2ae5e9253084926f430 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0bb469b741c9f2b1916891e6ba2f76d1c496af3d31c6d2ae5e9253084926f430", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v0.6.12 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling cpython v0.1.0 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling rgb v0.8.14 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling num_cpus v1.11.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling lando-attr v0.2.1 [INFO] [stderr] Compiling lambda_runtime_errors_derive v0.1.1 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.19 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling unicode-normalization v0.1.9 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling python3-sys v0.1.3 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [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] Compiling synstructure v0.12.1 [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 `Command { std: "docker" "inspect" "0bb469b741c9f2b1916891e6ba2f76d1c496af3d31c6d2ae5e9253084926f430", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bb469b741c9f2b1916891e6ba2f76d1c496af3d31c6d2ae5e9253084926f430", kill_on_drop: false }` [INFO] [stdout] 0bb469b741c9f2b1916891e6ba2f76d1c496af3d31c6d2ae5e9253084926f430