Source: rust-goblin Version: 0.1.0-1 X-Debbugs-CC: debian...@lists.debian.org Severity: serious User: debian...@lists.debian.org Usertags: regression
Dear maintainers, With a recent upload of rust-goblin you added an autopkgtest to your package, great. However, it fails. I copied some of the output at the bottom of this report. It seems to me that this package is not the only package in the rust ecosystem that is failing its new autopktest, so probably there is something to fix in the generating code. I am not familiar with the rust ecosystem, hence I'm filing against the failing package. Currently this regression is blocking the migration to testing [1]. Can you please investigate the situation and fix it? More information about this bug and the reason for filing it can be found on https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation Paul [1] https://qa.debian.org/excuses.php?package=rust-goblin https://ci.debian.net/data/autopkgtest/testing/amd64/r/rust-goblin/3801004/log.gz autopkgtest [07:51:28]: test command1: /usr/share/cargo/bin/cargo-auto-test goblin 0.1.0 --all-targets --all-features autopkgtest [07:51:28]: test command1: [----------------------- debian cargo wrapper: options, profiles, parallel: ['parallel=2'] [] ['-j2'] debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, x86_64-linux-gnu debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.7DyZWmB1C0/registry/ debian cargo wrapper: options, profiles, parallel: ['parallel=2'] [] ['-j2'] debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, x86_64-linux-gnu debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', '--target', 'x86_64-unknown-linux-gnu', '--all-targets', '--all-features'],) {} Compiling proc-macro2 v1.0.6 Compiling unicode-xid v0.2.0 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_DESCRIPTION='A stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API. ' CARGO_PKG_AUTHORS='Alex Crichton <a...@alexcrichton.com>' CARGO_PKG_VERSION_PATCH=6 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_NAME=proc-macro2 CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/proc-macro2-1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name build_script_build /tmp/tmp.7DyZWmB1C0/registry/proc-macro2-1.0.6/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=e9cfaf9dfb930ff0 -C extra-filename=-e9cfaf9dfb930ff0 --out-dir /tmp/tmp.7DyZWmB1C0/target/debug/build/proc-macro2-e9cfaf9dfb930ff0 -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --cap-lints warn` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. ' CARGO_PKG_AUTHORS='erick.tryzelaar <erick.tryzel...@gmail.com>:kwantam <kwan...@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_NAME=unicode-xid CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/unicode-xid-0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --crate-name unicode_xid /tmp/tmp.7DyZWmB1C0/registry/unicode-xid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=23c2087afcd24636 -C extra-filename=-23c2087afcd24636 --out-dir /tmp/tmp.7DyZWmB1C0/target/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --cap-lints warn` Compiling syn v1.0.11 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>' CARGO_PKG_VERSION_PATCH=11 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/syn-1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name build_script_build /tmp/tmp.7DyZWmB1C0/registry/syn-1.0.11/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=b2da9b12627f9e9c -C extra-filename=-b2da9b12627f9e9c --out-dir /tmp/tmp.7DyZWmB1C0/target/debug/build/syn-b2da9b12627f9e9c -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --cap-lints warn` Compiling cfg-if v0.1.9 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ' CARGO_PKG_AUTHORS='Alex Crichton <a...@alexcrichton.com>' CARGO_PKG_VERSION_PATCH=9 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=cfg-if CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/cfg-if-0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --crate-name cfg_if /tmp/tmp.7DyZWmB1C0/registry/cfg-if-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=6988cd2bd88ce1a3 -C extra-filename=-6988cd2bd88ce1a3 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` Compiling plain v0.2.3 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE='https://github.com/randomites/plain' CARGO_PKG_DESCRIPTION='A small Rust library that allows users to reinterpret data of certain types safely.' CARGO_PKG_AUTHORS=jzr CARGO_PKG_VERSION_PATCH=3 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_NAME=plain CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/plain-0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/randomites/plain' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --crate-name plain /tmp/tmp.7DyZWmB1C0/registry/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=574dc2239f8e6b30 -C extra-filename=-574dc2239f8e6b30 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` Running `/tmp/tmp.7DyZWmB1C0/target/debug/build/proc-macro2-e9cfaf9dfb930ff0/build-script-build` [proc-macro2 1.0.6] cargo:rerun-if-changed=build.rs [proc-macro2 1.0.6] cargo:rustc-cfg=use_proc_macro [proc-macro2 1.0.6] cargo:rustc-cfg=wrap_proc_macro Compiling log v0.4.6 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/log' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust ' CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_VERSION_PATCH=6 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.4.6 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/log-0.4.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --crate-name log /tmp/tmp.7DyZWmB1C0/registry/log-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=c14dab80177661a1 -C extra-filename=-c14dab80177661a1 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern cfg_if=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-6988cd2bd88ce1a3.rmeta --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` warning: use of deprecated item 'try': use the `?` operator instead --> /tmp/tmp.7DyZWmB1C0/registry/plain-0.2.3/src/methods.rs:76:5 | 76 | try!(check_alignment::<T>(bytes)); | ^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated item 'try': use the `?` operator instead --> /tmp/tmp.7DyZWmB1C0/registry/plain-0.2.3/src/methods.rs:77:5 | 77 | try!(check_length::<T>(bytes, 1)); | ^^^ warning: use of deprecated item 'try': use the `?` operator instead --> /tmp/tmp.7DyZWmB1C0/registry/plain-0.2.3/src/methods.rs:126:5 | 126 | try!(check_alignment::<T>(bytes)); | ^^^ warning: use of deprecated item 'try': use the `?` operator instead --> /tmp/tmp.7DyZWmB1C0/registry/plain-0.2.3/src/methods.rs:127:5 | 127 | try!(check_length::<T>(bytes, len)); | ^^^ warning: use of deprecated item 'try': use the `?` operator instead --> /tmp/tmp.7DyZWmB1C0/registry/plain-0.2.3/src/methods.rs:142:5 | 142 | try!(check_alignment::<T>(bytes)); | ^^^ warning: use of deprecated item 'try': use the `?` operator instead --> /tmp/tmp.7DyZWmB1C0/registry/plain-0.2.3/src/methods.rs:143:5 | 143 | try!(check_length::<T>(bytes, 1)); | ^^^ warning: use of deprecated item 'try': use the `?` operator instead --> /tmp/tmp.7DyZWmB1C0/registry/plain-0.2.3/src/methods.rs:169:5 | 169 | try!(check_alignment::<T>(bytes)); | ^^^ warning: use of deprecated item 'try': use the `?` operator instead --> /tmp/tmp.7DyZWmB1C0/registry/plain-0.2.3/src/methods.rs:170:5 | 170 | try!(check_length::<T>(bytes, len)); | ^^^ warning: trait objects without an explicit `dyn` are deprecated --> /tmp/tmp.7DyZWmB1C0/registry/log-0.4.6/src/lib.rs:303:29 | 303 | static mut LOGGER: &'static Log = &NopLogger; | ^^^ help: use `dyn`: `dyn Log` | = note: `#[warn(bare_trait_objects)]` on by default warning: trait objects without an explicit `dyn` are deprecated --> /tmp/tmp.7DyZWmB1C0/registry/log-0.4.6/src/lib.rs:1145:36 | 1145 | pub fn set_logger(logger: &'static Log) -> Result<(), SetLoggerError> { | ^^^ help: use `dyn`: `dyn Log` warning: trait objects without an explicit `dyn` are deprecated --> /tmp/tmp.7DyZWmB1C0/registry/log-0.4.6/src/lib.rs:1151:29 | 1151 | F: FnOnce() -> &'static Log, | ^^^ help: use `dyn`: `dyn Log` warning: trait objects without an explicit `dyn` are deprecated --> /tmp/tmp.7DyZWmB1C0/registry/log-0.4.6/src/lib.rs:1214:29 | 1214 | pub fn logger() -> &'static Log { | ^^^ help: use `dyn`: `dyn Log` warning: use of deprecated item 'core::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred --> /tmp/tmp.7DyZWmB1C0/registry/log-0.4.6/src/lib.rs:295:48 | 295 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated item 'core::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred --> /tmp/tmp.7DyZWmB1C0/registry/log-0.4.6/src/lib.rs:304:29 | 304 | static STATE: AtomicUsize = ATOMIC_USIZE_INIT; | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` Running `/tmp/tmp.7DyZWmB1C0/target/debug/build/syn-b2da9b12627f9e9c/build-script-build` warning: use of deprecated item 'core::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred --> /tmp/tmp.7DyZWmB1C0/registry/log-0.4.6/src/lib.rs:313:44 | 313 | static MAX_LOG_LEVEL_FILTER: AtomicUsize = ATOMIC_USIZE_INIT; | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [syn 1.0.11] cargo:rustc-cfg=syn_disable_nightly_tests Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/proc-macro2' CARGO_PKG_DESCRIPTION='A stable implementation of the upcoming new `proc_macro` API. Comes with an option, off by default, to also reimplement itself in terms of the upstream unstable API. ' CARGO_PKG_AUTHORS='Alex Crichton <a...@alexcrichton.com>' OUT_DIR=/tmp/tmp.7DyZWmB1C0/target/debug/build/proc-macro2-e093a67fe710a6e3/out CARGO_PKG_VERSION_PATCH=6 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_NAME=proc-macro2 CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/proc-macro2-1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/proc-macro2' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name proc_macro2 /tmp/tmp.7DyZWmB1C0/registry/proc-macro2-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=6823468534fd770a -C extra-filename=-6823468534fd770a --out-dir /tmp/tmp.7DyZWmB1C0/target/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern unicode_xid=/tmp/tmp.7DyZWmB1C0/target/debug/deps/libunicode_xid-23c2087afcd24636.rmeta --cap-lints warn --cfg use_proc_macro --cfg wrap_proc_macro` Compiling quote v1.0.2 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\!'(...)' CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>' CARGO_PKG_VERSION_PATCH=2 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/quote-1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name quote /tmp/tmp.7DyZWmB1C0/registry/quote-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=ed7eed6e7cb77870 -C extra-filename=-ed7eed6e7cb77870 --out-dir /tmp/tmp.7DyZWmB1C0/target/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern proc_macro2=/tmp/tmp.7DyZWmB1C0/target/debug/deps/libproc_macro2-6823468534fd770a.rmeta --cap-lints warn` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_AUTHORS='David Tolnay <dtol...@gmail.com>' OUT_DIR=/tmp/tmp.7DyZWmB1C0/target/debug/build/syn-4427fa8a6da15196/out CARGO_PKG_VERSION_PATCH=11 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=1.0.11 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/syn-1.0.11 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name syn /tmp/tmp.7DyZWmB1C0/registry/syn-1.0.11/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=b0efbba0fa5827ad -C extra-filename=-b0efbba0fa5827ad --out-dir /tmp/tmp.7DyZWmB1C0/target/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern proc_macro2=/tmp/tmp.7DyZWmB1C0/target/debug/deps/libproc_macro2-6823468534fd770a.rmeta --extern quote=/tmp/tmp.7DyZWmB1C0/target/debug/deps/libquote-ed7eed6e7cb77870.rmeta --extern unicode_xid=/tmp/tmp.7DyZWmB1C0/target/debug/deps/libunicode_xid-23c2087afcd24636.rmeta --cap-lints warn --cfg syn_disable_nightly_tests` Compiling scroll_derive v0.10.1 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:Ted Mielczarek <t...@mielczarek.org>' CARGO_PKG_VERSION_PATCH=1 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_NAME=scroll_derive CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/scroll_derive-0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/scroll' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name scroll_derive /tmp/tmp.7DyZWmB1C0/registry/scroll_derive-0.10.1/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=15d2114b1ed8728e -C extra-filename=-15d2114b1ed8728e --out-dir /tmp/tmp.7DyZWmB1C0/target/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern proc_macro2=/tmp/tmp.7DyZWmB1C0/target/debug/deps/libproc_macro2-6823468534fd770a.rlib --extern quote=/tmp/tmp.7DyZWmB1C0/target/debug/deps/libquote-ed7eed6e7cb77870.rlib --extern syn=/tmp/tmp.7DyZWmB1C0/target/debug/deps/libsyn-b0efbba0fa5827ad.rlib --cap-lints warn` Compiling scroll v0.10.1 Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:Ted Mielczarek <t...@mielczarek.org>' CARGO_PKG_VERSION_PATCH=1 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.10.1 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_NAME=scroll CARGO_MANIFEST_DIR=/tmp/tmp.7DyZWmB1C0/registry/scroll-0.10.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/scroll' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name scroll /tmp/tmp.7DyZWmB1C0/registry/scroll-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="derive"' --cfg 'feature="scroll_derive"' --cfg 'feature="std"' -C metadata=ec1a4754a5edb564 -C extra-filename=-ec1a4754a5edb564 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern scroll_derive=/tmp/tmp.7DyZWmB1C0/target/debug/deps/libscroll_derive-15d2114b1ed8728e.so --cap-lints warn -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` Compiling goblin v0.1.0 (/usr/share/cargo/registry/goblin-0.1.0) Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:seu <s...@panopticon.re>:Will Glynn <w...@willglynn.com>:Philip Craig <philipjcr...@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=goblin CARGO_MANIFEST_DIR=/usr/share/cargo/registry/goblin-0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/goblin' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name goblin src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=90ab7fa344214621 -C extra-filename=-90ab7fa344214621 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern log=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c14dab80177661a1.rmeta --extern plain=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libplain-574dc2239f8e6b30.rmeta --extern scroll=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libscroll-ec1a4754a5edb564.rmeta -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:seu <s...@panopticon.re>:Will Glynn <w...@willglynn.com>:Philip Craig <philipjcr...@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=goblin CARGO_MANIFEST_DIR=/usr/share/cargo/registry/goblin-0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/goblin' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name goblin src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=b8c5829051967e16 -C extra-filename=-b8c5829051967e16 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern log=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c14dab80177661a1.rlib --extern plain=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libplain-574dc2239f8e6b30.rlib --extern scroll=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libscroll-ec1a4754a5edb564.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:seu <s...@panopticon.re>:Will Glynn <w...@willglynn.com>:Philip Craig <philipjcr...@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=goblin CARGO_MANIFEST_DIR=/usr/share/cargo/registry/goblin-0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/goblin' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name macho tests/macho.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=5069c75feba5ed22 -C extra-filename=-5069c75feba5ed22 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern goblin=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libgoblin-90ab7fa344214621.rlib --extern log=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c14dab80177661a1.rlib --extern plain=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libplain-574dc2239f8e6b30.rlib --extern scroll=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libscroll-ec1a4754a5edb564.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:seu <s...@panopticon.re>:Will Glynn <w...@willglynn.com>:Philip Craig <philipjcr...@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=goblin CARGO_MANIFEST_DIR=/usr/share/cargo/registry/goblin-0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/goblin' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name ar examples/ar.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=0be39355d1db8264 -C extra-filename=-0be39355d1db8264 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern goblin=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libgoblin-90ab7fa344214621.rlib --extern log=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c14dab80177661a1.rlib --extern plain=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libplain-574dc2239f8e6b30.rlib --extern scroll=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libscroll-ec1a4754a5edb564.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:seu <s...@panopticon.re>:Will Glynn <w...@willglynn.com>:Philip Craig <philipjcr...@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=goblin CARGO_MANIFEST_DIR=/usr/share/cargo/registry/goblin-0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/goblin' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name automagic examples/automagic.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=01967e4a39040c25 -C extra-filename=-01967e4a39040c25 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern goblin=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libgoblin-90ab7fa344214621.rlib --extern log=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c14dab80177661a1.rlib --extern plain=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libplain-574dc2239f8e6b30.rlib --extern scroll=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libscroll-ec1a4754a5edb564.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:seu <s...@panopticon.re>:Will Glynn <w...@willglynn.com>:Philip Craig <philipjcr...@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=goblin CARGO_MANIFEST_DIR=/usr/share/cargo/registry/goblin-0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/goblin' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name archive tests/archive.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=21928ed233e9738e -C extra-filename=-21928ed233e9738e --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern goblin=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libgoblin-90ab7fa344214621.rlib --extern log=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c14dab80177661a1.rlib --extern plain=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libplain-574dc2239f8e6b30.rlib --extern scroll=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libscroll-ec1a4754a5edb564.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:seu <s...@panopticon.re>:Will Glynn <w...@willglynn.com>:Philip Craig <philipjcr...@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=goblin CARGO_MANIFEST_DIR=/usr/share/cargo/registry/goblin-0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/goblin' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name compare_dyldinfos tests/compare_dyldinfos.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=c9cb28e1c079081f -C extra-filename=-c9cb28e1c079081f --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern goblin=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libgoblin-90ab7fa344214621.rlib --extern log=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c14dab80177661a1.rlib --extern plain=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libplain-574dc2239f8e6b30.rlib --extern scroll=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libscroll-ec1a4754a5edb564.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` Running `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:seu <s...@panopticon.re>:Will Glynn <w...@willglynn.com>:Philip Craig <philipjcr...@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=goblin CARGO_MANIFEST_DIR=/usr/share/cargo/registry/goblin-0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/goblin' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name dotnet_pe_analysis examples/dotnet_pe_analysis.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=206a171f4a4ecb77 -C extra-filename=-206a171f4a4ecb77 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern goblin=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libgoblin-90ab7fa344214621.rlib --extern log=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c14dab80177661a1.rlib --extern plain=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libplain-574dc2239f8e6b30.rlib --extern scroll=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libscroll-ec1a4754a5edb564.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` error: couldn't read examples/../assets/dotnet_executable_example.dll: No such file or directory (os error 2) --> examples/dotnet_pe_analysis.rs:57:16 | 57 | let file = include_bytes!("../assets/dotnet_executable_example.dll"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error error: could not compile `goblin`. Caused by: process didn't exit successfully: `CARGO_PKG_VERSION_PRE= CARGO_PKG_HOMEPAGE= CARGO_PKG_DESCRIPTION='An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate' CARGO_PKG_AUTHORS='m4b <m4b.github...@gmail.com>:seu <s...@panopticon.re>:Will Glynn <w...@willglynn.com>:Philip Craig <philipjcr...@gmail.com>' CARGO_PKG_VERSION_PATCH=0 CARGO=/usr/bin/cargo CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_NAME=goblin CARGO_MANIFEST_DIR=/usr/share/cargo/registry/goblin-0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_REPOSITORY='https://github.com/m4b/goblin' LD_LIBRARY_PATH='/tmp/tmp.7DyZWmB1C0/target/debug/deps:/usr/lib' rustc --edition=2018 --crate-name dotnet_pe_analysis examples/dotnet_pe_analysis.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' -C metadata=206a171f4a4ecb77 -C extra-filename=-206a171f4a4ecb77 --out-dir /tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/examples --target x86_64-unknown-linux-gnu -C incremental=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.7DyZWmB1C0/target/debug/deps --extern goblin=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libgoblin-90ab7fa344214621.rlib --extern log=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/liblog-c14dab80177661a1.rlib --extern plain=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libplain-574dc2239f8e6b30.rlib --extern scroll=/tmp/tmp.7DyZWmB1C0/target/x86_64-unknown-linux-gnu/debug/deps/libscroll-ec1a4754a5edb564.rlib -C debuginfo=2 --cap-lints warn -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/goblin-0.1.0=/usr/share/cargo/registry/goblin-0.1.0` (exit code: 1) warning: build failed, waiting for other jobs to finish... error: build failed [...] command1 FLAKY non-zero exit status 101 command2 FAIL non-zero exit status 101 command3 FLAKY non-zero exit status 101 command4 FLAKY non-zero exit status 101 command5 FAIL non-zero exit status 101 command6 FAIL non-zero exit status 101 command7 FAIL non-zero exit status 101
signature.asc
Description: OpenPGP digital signature