[INFO] fetching crate ressa 0.9.0-alpha.3...
[INFO] testing ressa-0.9.0-alpha.3 against 1.90.0 for beta-1.91-3
[INFO] extracting crate ressa 0.9.0-alpha.3 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate ressa 0.9.0-alpha.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate ressa 0.9.0-alpha.3
[INFO] tweaked toml for crates.io crate ressa 0.9.0-alpha.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ressa 0.9.0-alpha.3 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ressa 0.9.0-alpha.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded term v0.6.1
[INFO] [stderr]   Downloaded term-painter v0.3.0
[INFO] [stderr]   Downloaded res-regex v0.1.4
[INFO] [stderr]   Downloaded hash-chain v0.3.2
[INFO] [stderr]   Downloaded resast v0.6.0-alpha.5
[INFO] [stderr]   Downloaded docopt v1.1.1
[INFO] [stderr]   Downloaded console v0.15.2
[INFO] [stderr]   Downloaded unsafe-libyaml v0.2.4
[INFO] [stderr]   Downloaded serde_yaml v0.9.14
[INFO] [stderr]   Downloaded rayon v1.6.0
[INFO] [stderr]   Downloaded serde_json v1.0.89
[INFO] [stderr]   Downloaded ress v0.11.6
[INFO] [stderr]   Downloaded insta v1.21.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2bbaac8e8b7bb3b2a9ccacc4918552a147ada8499c0cc6cb1799a264b1c21f2c
[INFO] running `Command { std: "docker" "start" "-a" "2bbaac8e8b7bb3b2a9ccacc4918552a147ada8499c0cc6cb1799a264b1c21f2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2bbaac8e8b7bb3b2a9ccacc4918552a147ada8499c0cc6cb1799a264b1c21f2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bbaac8e8b7bb3b2a9ccacc4918552a147ada8499c0cc6cb1799a264b1c21f2c", kill_on_drop: false }`
[INFO] [stdout] 2bbaac8e8b7bb3b2a9ccacc4918552a147ada8499c0cc6cb1799a264b1c21f2c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a00cdec253fdcb565ba90d338c9358b1f37cc032221d8eb4fe095e6ef50557cb
[INFO] running `Command { std: "docker" "start" "-a" "a00cdec253fdcb565ba90d338c9358b1f37cc032221d8eb4fe095e6ef50557cb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling resast v0.6.0-alpha.5
[INFO] [stderr]    Compiling hash-chain v0.3.2
[INFO] [stderr]    Compiling unic-ucd-ident v0.9.0
[INFO] [stderr]    Compiling ress v0.11.6
[INFO] [stderr]    Compiling res-regex v0.1.4
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling ressa v0.9.0-alpha.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/spanned/mod.rs:6766:72
[INFO] [stdout]      |
[INFO] [stdout] 6766 |                 ress::tokens::StringLit::Double(inner) => inner.content.clone(),
[INFO] [stdout]      |                                                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]      = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/spanned/mod.rs:6767:72
[INFO] [stdout]      |
[INFO] [stdout] 6767 |                 ress::tokens::StringLit::Single(inner) => inner.content.clone(),
[INFO] [stdout]      |                                                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s
[INFO] running `Command { std: "docker" "inspect" "a00cdec253fdcb565ba90d338c9358b1f37cc032221d8eb4fe095e6ef50557cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a00cdec253fdcb565ba90d338c9358b1f37cc032221d8eb4fe095e6ef50557cb", kill_on_drop: false }`
[INFO] [stdout] a00cdec253fdcb565ba90d338c9358b1f37cc032221d8eb4fe095e6ef50557cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b199136119fe8a39c663830bfc91bfb3f5555e10597c5fff3c40d98c6b4f86d1
[INFO] running `Command { std: "docker" "start" "-a" "b199136119fe8a39c663830bfc91bfb3f5555e10597c5fff3c40d98c6b4f86d1", kill_on_drop: false }`
[INFO] [stderr] warning: invalid feature `resast/serialization` in required-features of target `js-to-json`: feature `serialization` does not exist in package `resast v0.6.0-alpha.5`
[INFO] [stderr] warning: invalid feature `resast/esprima` in required-features of target `js-to-json-esprima`: feature `esprima` does not exist in package `resast v0.6.0-alpha.5`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling serde_derive v1.0.147
[INFO] [stderr]    Compiling serde v1.0.147
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling rayon-core v1.10.1
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling serde_json v1.0.89
[INFO] [stderr]    Compiling plotters-backend v0.3.4
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling ciborium-io v0.2.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling ciborium-ll v0.2.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.4
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling plotters-svg v0.3.3
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling ress v0.11.6
[INFO] [stderr]    Compiling res-regex v0.1.4
[INFO] [stderr]    Compiling similar v2.2.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling dirs v2.0.2
[INFO] [stderr]    Compiling plotters v0.3.4
[INFO] [stderr]    Compiling console v0.15.2
[INFO] [stderr]    Compiling term v0.6.1
[INFO] [stderr]    Compiling insta v1.21.1
[INFO] [stderr]    Compiling term-painter v0.3.0
[INFO] [stderr]    Compiling rayon v1.6.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling ressa v0.9.0-alpha.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/spanned/mod.rs:6766:72
[INFO] [stdout]      |
[INFO] [stdout] 6766 |                 ress::tokens::StringLit::Double(inner) => inner.content.clone(),
[INFO] [stdout]      |                                                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]      = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/spanned/mod.rs:6767:72
[INFO] [stdout]      |
[INFO] [stdout] 6767 |                 ress::tokens::StringLit::Single(inner) => inner.content.clone(),
[INFO] [stdout]      |                                                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ciborium v0.2.0
[INFO] [stderr]    Compiling docopt v1.1.1
[INFO] [stderr]    Compiling serde_yaml v0.9.14
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.4.0
[INFO] [stdout] error: couldn't read `examples/../node_modules/angular/angular.js`: No such file or directory (os error 2)
[INFO] [stdout]  --> examples/angular.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let js = include_str!("../node_modules/angular/angular.js");
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ressa` (example "angular") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/spanned/mod.rs:6766:72
[INFO] [stdout]      |
[INFO] [stdout] 6766 |                 ress::tokens::StringLit::Double(inner) => inner.content.clone(),
[INFO] [stdout]      |                                                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]      = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/spanned/mod.rs:6767:72
[INFO] [stdout]      |
[INFO] [stdout] 6767 |                 ress::tokens::StringLit::Single(inner) => inner.content.clone(),
[INFO] [stdout]      |                                                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b199136119fe8a39c663830bfc91bfb3f5555e10597c5fff3c40d98c6b4f86d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b199136119fe8a39c663830bfc91bfb3f5555e10597c5fff3c40d98c6b4f86d1", kill_on_drop: false }`
[INFO] [stdout] b199136119fe8a39c663830bfc91bfb3f5555e10597c5fff3c40d98c6b4f86d1
