[INFO] crate hg-cpython 0.0.1 is already in cache [INFO] testing hg-cpython-0.0.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate hg-cpython 0.0.1 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate hg-cpython 0.0.1 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 crates.io crate hg-cpython 0.0.1 [INFO] finished tweaking crates.io crate hg-cpython 0.0.1 [INFO] tweaked toml for crates.io crate hg-cpython 0.0.1 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] b0546b1a8ce85b973f8e51bad0c4544115e404403f998f70bccf5a6e06acf3aa [INFO] running `"docker" "start" "-a" "b0546b1a8ce85b973f8e51bad0c4544115e404403f998f70bccf5a6e06acf3aa"` [INFO] [stderr] Compiling cpython v0.2.1 [INFO] [stderr] Compiling hg-core v0.0.1 [INFO] [stderr] Compiling python27-sys v0.2.1 [INFO] [stderr] Compiling hg-cpython v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / py_class!(pub class AncestorsIterator |py| { [INFO] [stderr] 53 | | data inner: RefCell>>; [INFO] [stderr] 54 | | [INFO] [stderr] 55 | | def __next__(&self) -> PyResult> { [INFO] [stderr] ... | [INFO] [stderr] 84 | | [INFO] [stderr] 85 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / py_class!(pub class AncestorsIterator |py| { [INFO] [stderr] 53 | | data inner: RefCell>>; [INFO] [stderr] 54 | | [INFO] [stderr] 55 | | def __next__(&self) -> PyResult> { [INFO] [stderr] ... | [INFO] [stderr] 84 | | [INFO] [stderr] 85 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / py_class!(pub class AncestorsIterator |py| { [INFO] [stderr] 53 | | data inner: RefCell>>; [INFO] [stderr] 54 | | [INFO] [stderr] 55 | | def __next__(&self) -> PyResult> { [INFO] [stderr] ... | [INFO] [stderr] 84 | | [INFO] [stderr] 85 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / py_class!(pub class AncestorsIterator |py| { [INFO] [stderr] 53 | | data inner: RefCell>>; [INFO] [stderr] 54 | | [INFO] [stderr] 55 | | def __next__(&self) -> PyResult> { [INFO] [stderr] ... | [INFO] [stderr] 84 | | [INFO] [stderr] 85 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / py_class!(pub class LazyAncestors |py| { [INFO] [stderr] 94 | | data inner: RefCell>>; [INFO] [stderr] 95 | | [INFO] [stderr] 96 | | def __contains__(&self, rev: Revision) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 121 | | [INFO] [stderr] 122 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / py_class!(pub class LazyAncestors |py| { [INFO] [stderr] 94 | | data inner: RefCell>>; [INFO] [stderr] 95 | | [INFO] [stderr] 96 | | def __contains__(&self, rev: Revision) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 121 | | [INFO] [stderr] 122 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / py_class!(pub class LazyAncestors |py| { [INFO] [stderr] 94 | | data inner: RefCell>>; [INFO] [stderr] 95 | | [INFO] [stderr] 96 | | def __contains__(&self, rev: Revision) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 121 | | [INFO] [stderr] 122 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / py_class!(pub class LazyAncestors |py| { [INFO] [stderr] 94 | | data inner: RefCell>>; [INFO] [stderr] 95 | | [INFO] [stderr] 96 | | def __contains__(&self, rev: Revision) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 121 | | [INFO] [stderr] 122 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/exceptions.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | py_exception!(rustext, GraphError, ValueError); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/exceptions.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | py_exception!(rustext, GraphError, ValueError); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.48s [INFO] running `"docker" "inspect" "b0546b1a8ce85b973f8e51bad0c4544115e404403f998f70bccf5a6e06acf3aa"` [INFO] running `"docker" "rm" "-f" "b0546b1a8ce85b973f8e51bad0c4544115e404403f998f70bccf5a6e06acf3aa"` [INFO] [stdout] b0546b1a8ce85b973f8e51bad0c4544115e404403f998f70bccf5a6e06acf3aa [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 4a8d4929fb0bcee9ec8e654e73b16be0b73cab9c64f3b0100c46804d870c6474 [INFO] running `"docker" "start" "-a" "4a8d4929fb0bcee9ec8e654e73b16be0b73cab9c64f3b0100c46804d870c6474"` [INFO] [stderr] Compiling hg-cpython v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / py_class!(pub class AncestorsIterator |py| { [INFO] [stderr] 53 | | data inner: RefCell>>; [INFO] [stderr] 54 | | [INFO] [stderr] 55 | | def __next__(&self) -> PyResult> { [INFO] [stderr] ... | [INFO] [stderr] 84 | | [INFO] [stderr] 85 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / py_class!(pub class AncestorsIterator |py| { [INFO] [stderr] 53 | | data inner: RefCell>>; [INFO] [stderr] 54 | | [INFO] [stderr] 55 | | def __next__(&self) -> PyResult> { [INFO] [stderr] ... | [INFO] [stderr] 84 | | [INFO] [stderr] 85 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / py_class!(pub class AncestorsIterator |py| { [INFO] [stderr] 53 | | data inner: RefCell>>; [INFO] [stderr] 54 | | [INFO] [stderr] 55 | | def __next__(&self) -> PyResult> { [INFO] [stderr] ... | [INFO] [stderr] 84 | | [INFO] [stderr] 85 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | / py_class!(pub class AncestorsIterator |py| { [INFO] [stderr] 53 | | data inner: RefCell>>; [INFO] [stderr] 54 | | [INFO] [stderr] 55 | | def __next__(&self) -> PyResult> { [INFO] [stderr] ... | [INFO] [stderr] 84 | | [INFO] [stderr] 85 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / py_class!(pub class LazyAncestors |py| { [INFO] [stderr] 94 | | data inner: RefCell>>; [INFO] [stderr] 95 | | [INFO] [stderr] 96 | | def __contains__(&self, rev: Revision) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 121 | | [INFO] [stderr] 122 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / py_class!(pub class LazyAncestors |py| { [INFO] [stderr] 94 | | data inner: RefCell>>; [INFO] [stderr] 95 | | [INFO] [stderr] 96 | | def __contains__(&self, rev: Revision) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 121 | | [INFO] [stderr] 122 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / py_class!(pub class LazyAncestors |py| { [INFO] [stderr] 94 | | data inner: RefCell>>; [INFO] [stderr] 95 | | [INFO] [stderr] 96 | | def __contains__(&self, rev: Revision) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 121 | | [INFO] [stderr] 122 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:93:1 [INFO] [stderr] | [INFO] [stderr] 93 | / py_class!(pub class LazyAncestors |py| { [INFO] [stderr] 94 | | data inner: RefCell>>; [INFO] [stderr] 95 | | [INFO] [stderr] 96 | | def __contains__(&self, rev: Revision) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 121 | | [INFO] [stderr] 122 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/ancestors.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | / py_class!(pub class MissingAncestors |py| { [INFO] [stderr] 125 | | data inner: RefCell>>; [INFO] [stderr] 126 | | [INFO] [stderr] 127 | | def __new__(_cls, index: PyObject, bases: PyObject) -> PyResult { [INFO] [stderr] ... | [INFO] [stderr] 196 | | } [INFO] [stderr] 197 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/exceptions.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | py_exception!(rustext, GraphError, ValueError); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/exceptions.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | py_exception!(rustext, GraphError, ValueError); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.39s [INFO] running `"docker" "inspect" "4a8d4929fb0bcee9ec8e654e73b16be0b73cab9c64f3b0100c46804d870c6474"` [INFO] running `"docker" "rm" "-f" "4a8d4929fb0bcee9ec8e654e73b16be0b73cab9c64f3b0100c46804d870c6474"` [INFO] [stdout] 4a8d4929fb0bcee9ec8e654e73b16be0b73cab9c64f3b0100c46804d870c6474 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] d2b8853912576adabbd504de97805e7a6c33fe3558227254849a9a16aa78f033 [INFO] running `"docker" "start" "-a" "d2b8853912576adabbd504de97805e7a6c33fe3558227254849a9a16aa78f033"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rusthg-12a92ad2e9873102 [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" "d2b8853912576adabbd504de97805e7a6c33fe3558227254849a9a16aa78f033"` [INFO] running `"docker" "rm" "-f" "d2b8853912576adabbd504de97805e7a6c33fe3558227254849a9a16aa78f033"` [INFO] [stdout] d2b8853912576adabbd504de97805e7a6c33fe3558227254849a9a16aa78f033