[INFO] fetching crate latexdef 0.4.2... [INFO] testing latexdef-0.4.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate latexdef 0.4.2 into /workspace/builds/worker-48/source [INFO] validating manifest of crates.io crate latexdef 0.4.2 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 crates.io crate latexdef 0.4.2 [INFO] finished tweaking crates.io crate latexdef 0.4.2 [INFO] tweaked toml for crates.io crate latexdef 0.4.2 written to /workspace/builds/worker-48/source/Cargo.toml [INFO] crate crates.io crate latexdef 0.4.2 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 625417baefe05ac0f5a32591776fe2439c73e746a972e5a8038906711ff0766f [INFO] running `Command { std: "docker" "start" "-a" "625417baefe05ac0f5a32591776fe2439c73e746a972e5a8038906711ff0766f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "625417baefe05ac0f5a32591776fe2439c73e746a972e5a8038906711ff0766f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "625417baefe05ac0f5a32591776fe2439c73e746a972e5a8038906711ff0766f", kill_on_drop: false }` [INFO] [stdout] 625417baefe05ac0f5a32591776fe2439c73e746a972e5a8038906711ff0766f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a689b52f8025d37081af2b16a8014a02f775238abd60b74fca78dc6957f9c57 [INFO] running `Command { std: "docker" "start" "-a" "9a689b52f8025d37081af2b16a8014a02f775238abd60b74fca78dc6957f9c57", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling latexdef v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/run.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / quick_error! { [INFO] [stdout] 46 | | #[derive(Debug)] [INFO] [stdout] 47 | | pub enum RunError { [INFO] [stdout] 48 | | FailedToStart(engine: String) { [INFO] [stdout] ... | [INFO] [stdout] 67 | | } [INFO] [stdout] 68 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/run.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / quick_error! { [INFO] [stdout] 46 | | #[derive(Debug)] [INFO] [stdout] 47 | | pub enum RunError { [INFO] [stdout] 48 | | FailedToStart(engine: String) { [INFO] [stdout] ... | [INFO] [stdout] 67 | | } [INFO] [stdout] 68 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.52s [INFO] running `Command { std: "docker" "inspect" "9a689b52f8025d37081af2b16a8014a02f775238abd60b74fca78dc6957f9c57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a689b52f8025d37081af2b16a8014a02f775238abd60b74fca78dc6957f9c57", kill_on_drop: false }` [INFO] [stdout] 9a689b52f8025d37081af2b16a8014a02f775238abd60b74fca78dc6957f9c57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11fa5ee39a1bc90b33e053d952e84c83071662ce7794a70c34fa6ec198d58160 [INFO] running `Command { std: "docker" "start" "-a" "11fa5ee39a1bc90b33e053d952e84c83071662ce7794a70c34fa6ec198d58160", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/run.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / quick_error! { [INFO] [stdout] 46 | | #[derive(Debug)] [INFO] [stdout] 47 | | pub enum RunError { [INFO] [stdout] 48 | | FailedToStart(engine: String) { [INFO] [stdout] ... | [INFO] [stdout] 67 | | } [INFO] [stdout] 68 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling latexdef v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/run.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / quick_error! { [INFO] [stdout] 46 | | #[derive(Debug)] [INFO] [stdout] 47 | | pub enum RunError { [INFO] [stdout] 48 | | FailedToStart(engine: String) { [INFO] [stdout] ... | [INFO] [stdout] 67 | | } [INFO] [stdout] 68 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/run.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / quick_error! { [INFO] [stdout] 46 | | #[derive(Debug)] [INFO] [stdout] 47 | | pub enum RunError { [INFO] [stdout] 48 | | FailedToStart(engine: String) { [INFO] [stdout] ... | [INFO] [stdout] 67 | | } [INFO] [stdout] 68 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/run.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | / quick_error! { [INFO] [stdout] 46 | | #[derive(Debug)] [INFO] [stdout] 47 | | pub enum RunError { [INFO] [stdout] 48 | | FailedToStart(engine: String) { [INFO] [stdout] ... | [INFO] [stdout] 67 | | } [INFO] [stdout] 68 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.61s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/latexdef-8ea5fd5040a33665) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/latexdef-aaf0925a11f2f16d) [INFO] running `Command { std: "docker" "inspect" "11fa5ee39a1bc90b33e053d952e84c83071662ce7794a70c34fa6ec198d58160", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11fa5ee39a1bc90b33e053d952e84c83071662ce7794a70c34fa6ec198d58160", kill_on_drop: false }` [INFO] [stdout] 11fa5ee39a1bc90b33e053d952e84c83071662ce7794a70c34fa6ec198d58160 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2657256b88285a16259fe8808f0ca7b90015085e5e340eff1ace50d1562175f3 [INFO] running `Command { std: "docker" "start" "-a" "2657256b88285a16259fe8808f0ca7b90015085e5e340eff1ace50d1562175f3", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/run.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | / quick_error! { [INFO] [stderr] 46 | | #[derive(Debug)] [INFO] [stderr] 47 | | pub enum RunError { [INFO] [stderr] 48 | | FailedToStart(engine: String) { [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/run.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | / quick_error! { [INFO] [stderr] 46 | | #[derive(Debug)] [INFO] [stderr] 47 | | pub enum RunError { [INFO] [stderr] 48 | | FailedToStart(engine: String) { [INFO] [stderr] ... | [INFO] [stderr] 67 | | } [INFO] [stderr] 68 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `latexdef` (lib) generated 2 warnings [INFO] [stderr] warning: `latexdef` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/latexdef-8ea5fd5040a33665) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test run::tests::macro_name_test ... ok [INFO] [stdout] test run::tests::macro_params_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/latexdef-aaf0925a11f2f16d) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests latexdef [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2657256b88285a16259fe8808f0ca7b90015085e5e340eff1ace50d1562175f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2657256b88285a16259fe8808f0ca7b90015085e5e340eff1ace50d1562175f3", kill_on_drop: false }` [INFO] [stdout] 2657256b88285a16259fe8808f0ca7b90015085e5e340eff1ace50d1562175f3