[INFO] updating cached repository https://github.com/MediaGamma/python-rust-experiments [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e9ec646cfce1a00e7e332d100958ee8ef5c84e34 [INFO] testing MediaGamma/python-rust-experiments against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FMediaGamma%2Fpython-rust-experiments" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MediaGamma/python-rust-experiments on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [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 work/builds/worker-0/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 `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] f62744e5aef00a172fb335b97c6cb3217aff247e3594e17609d2ee2c577d8367 [INFO] running `"docker" "start" "-a" "f62744e5aef00a172fb335b97c6cb3217aff247e3594e17609d2ee2c577d8367"` [INFO] [stderr] Compiling cpython v0.1.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 python3-sys v0.1.3 [INFO] [stderr] Compiling rust_python v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | try!(m.add(py, "__doc__", "This module is implemented in Rust.")); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | try!(m.add(py, "foo", py_fn!(py, foo_py(a: PyDict)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.39s [INFO] running `"docker" "inspect" "f62744e5aef00a172fb335b97c6cb3217aff247e3594e17609d2ee2c577d8367"` [INFO] running `"docker" "rm" "-f" "f62744e5aef00a172fb335b97c6cb3217aff247e3594e17609d2ee2c577d8367"` [INFO] [stdout] f62744e5aef00a172fb335b97c6cb3217aff247e3594e17609d2ee2c577d8367 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 34f5ae266e6a687adc98ebb217c9c34c9904adf6956a4601fa4427decd522f8c [INFO] running `"docker" "start" "-a" "34f5ae266e6a687adc98ebb217c9c34c9904adf6956a4601fa4427decd522f8c"` [INFO] [stderr] Compiling rust_python v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | try!(m.add(py, "__doc__", "This module is implemented in Rust.")); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | try!(m.add(py, "foo", py_fn!(py, foo_py(a: PyDict)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `"docker" "inspect" "34f5ae266e6a687adc98ebb217c9c34c9904adf6956a4601fa4427decd522f8c"` [INFO] running `"docker" "rm" "-f" "34f5ae266e6a687adc98ebb217c9c34c9904adf6956a4601fa4427decd522f8c"` [INFO] [stdout] 34f5ae266e6a687adc98ebb217c9c34c9904adf6956a4601fa4427decd522f8c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 1409f3febaa4473b344024073e86bc2f0cfe8d65262b44272c97dfdb8764a7c5 [INFO] running `"docker" "start" "-a" "1409f3febaa4473b344024073e86bc2f0cfe8d65262b44272c97dfdb8764a7c5"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust2py-75d9e2231ffb7751 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1409f3febaa4473b344024073e86bc2f0cfe8d65262b44272c97dfdb8764a7c5"` [INFO] running `"docker" "rm" "-f" "1409f3febaa4473b344024073e86bc2f0cfe8d65262b44272c97dfdb8764a7c5"` [INFO] [stdout] 1409f3febaa4473b344024073e86bc2f0cfe8d65262b44272c97dfdb8764a7c5