[INFO] fetching crate trillium-html-rewriter 0.1.0...
[INFO] testing trillium-html-rewriter-0.1.0 against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041
[INFO] extracting crate trillium-html-rewriter 0.1.0 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate trillium-html-rewriter 0.1.0 on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate trillium-html-rewriter 0.1.0
[INFO] finished tweaking crates.io crate trillium-html-rewriter 0.1.0
[INFO] tweaked toml for crates.io crate trillium-html-rewriter 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate crates.io crate trillium-html-rewriter 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 01cf45e2f65e0d4f2bd89be3c514ac0003e5e8ad82e809e77752ce69f145bebf
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "01cf45e2f65e0d4f2bd89be3c514ac0003e5e8ad82e809e77752ce69f145bebf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01cf45e2f65e0d4f2bd89be3c514ac0003e5e8ad82e809e77752ce69f145bebf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01cf45e2f65e0d4f2bd89be3c514ac0003e5e8ad82e809e77752ce69f145bebf", kill_on_drop: false }`
[INFO] [stdout] 01cf45e2f65e0d4f2bd89be3c514ac0003e5e8ad82e809e77752ce69f145bebf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 353bfb0fa2546d07c8be329b8cd364ba2fcd88667221b8cee22fe8ab80eee550
[INFO] running `Command { std: "docker" "start" "-a" "353bfb0fa2546d07c8be329b8cd364ba2fcd88667221b8cee22fe8ab80eee550", kill_on_drop: false }`
[INFO] [stderr] Compiling libc v0.2.95
[INFO] [stderr] Compiling proc-macro2 v1.0.27
[INFO] [stderr] Compiling rand_core v0.4.2
[INFO] [stderr] Compiling unicode-xid v0.2.2
[INFO] [stderr] Compiling cfg-if v1.0.0
[INFO] [stderr] Compiling syn v1.0.72
[INFO] [stderr] Compiling memchr v2.4.0
[INFO] [stderr] Compiling futures-core v0.3.15
[INFO] [stderr] Compiling siphasher v0.2.3
[INFO] [stderr] Compiling cache-padded v1.1.1
[INFO] [stderr] Compiling matches v0.1.8
[INFO] [stderr] Compiling fastrand v1.4.1
[INFO] [stderr] Compiling waker-fn v1.1.0
[INFO] [stderr] Compiling parking v2.0.0
[INFO] [stderr] Compiling pin-project-lite v0.2.6
[INFO] [stderr] Compiling futures-io v0.3.15
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Compiling getrandom v0.1.16
[INFO] [stderr] Compiling tinyvec_macros v0.1.0
[INFO] [stderr] Compiling slab v0.4.3
[INFO] [stderr] Compiling event-listener v2.5.1
[INFO] [stderr] Compiling lazy_static v1.4.0
[INFO] [stderr] Compiling encoding_rs v0.8.28
[INFO] [stderr] Compiling crossbeam-utils v0.8.5
[INFO] [stderr] Compiling anyhow v1.0.40
[INFO] [stderr] Compiling percent-encoding v2.1.0
[INFO] [stderr] Compiling ppv-lite86 v0.2.10
[INFO] [stderr] Compiling httparse v1.4.1
[INFO] [stderr] Compiling stable_deref_trait v1.2.0
[INFO] [stderr] Compiling trillium-http-types v0.0.1
[INFO] [stderr] Compiling once_cell v1.7.2
[INFO] [stderr] Compiling infer v0.2.3
[INFO] [stderr] Compiling precomputed-hash v0.1.1
[INFO] [stderr] Compiling async-task v4.0.3
[INFO] [stderr] Compiling async-trait v0.1.50
[INFO] [stderr] Compiling base64 v0.13.0
[INFO] [stderr] Compiling atomic-waker v1.0.0
[INFO] [stderr] Compiling memmem v0.1.1
[INFO] [stderr] Compiling unicode-bidi v0.3.5
[INFO] [stderr] Compiling concurrent-queue v1.2.2
[INFO] [stderr] Compiling ringbuf v0.2.5
[INFO] [stderr] Compiling tinyvec v1.2.0
[INFO] [stderr] Compiling rand_core v0.3.1
[INFO] [stderr] Compiling rand_jitter v0.1.4
[INFO] [stderr] Compiling phf_shared v0.7.24
[INFO] [stderr] Compiling dtoa-short v0.3.3
[INFO] [stderr] Compiling async-mutex v1.4.0
[INFO] [stderr] Compiling fxhash v0.2.1
[INFO] [stderr] Compiling servo_arc v0.1.1
[INFO] [stderr] Compiling form_urlencoded v1.0.1
[INFO] [stderr] Compiling rand_hc v0.1.0
[INFO] [stderr] Compiling rand_xorshift v0.1.1
[INFO] [stderr] Compiling rand_isaac v0.1.1
[INFO] [stderr] Compiling phf v0.7.24
[INFO] [stderr] Compiling rand_pcg v0.1.2
[INFO] [stderr] Compiling rand_chacha v0.1.1
[INFO] [stderr] Compiling async-channel v1.6.1
[INFO] [stderr] Compiling unicode-normalization v0.1.19
[INFO] [stderr] Compiling quote v1.0.9
[INFO] [stderr] Compiling waker-set v0.2.0
[INFO] [stderr] Compiling futures-lite v1.12.0
[INFO] [stderr] Compiling rand_os v0.1.3
[INFO] [stderr] Compiling socket2 v0.4.0
[INFO] [stderr] Compiling polling v2.0.3
[INFO] [stderr] Compiling num_cpus v1.13.0
[INFO] [stderr] Compiling rand_core v0.5.1
[INFO] [stderr] Compiling rand v0.6.5
[INFO] [stderr] Compiling rand_chacha v0.2.2
[INFO] [stderr] Compiling idna v0.2.3
[INFO] [stderr] Compiling rand v0.7.3
[INFO] [stderr] Compiling async-io v1.4.1
[INFO] [stderr] Compiling async-executor v1.4.1
[INFO] [stderr] Compiling blocking v1.0.2
[INFO] [stderr] Compiling url v2.2.2
[INFO] [stderr] Compiling phf_generator v0.7.24
[INFO] [stderr] Compiling phf_codegen v0.7.24
[INFO] [stderr] Compiling async-global-executor v2.0.2
[INFO] [stderr] Compiling selectors v0.21.0
[INFO] [stderr] Compiling cssparser v0.25.9
[INFO] [stderr] Compiling thiserror-impl v1.0.25
[INFO] [stderr] Compiling pin-project-internal v1.0.7
[INFO] [stderr] Compiling cssparser-macros v0.3.6
[INFO] [stderr] Compiling thiserror v1.0.25
[INFO] [stderr] Compiling pin-project v1.0.7
[INFO] [stderr] Compiling stopper v0.2.0
[INFO] [stderr] Compiling trillium-http v0.1.1
[INFO] [stderr] Compiling trillium v0.1.1
[INFO] [stderr] Compiling lol_html v0.3.0
[INFO] [stderr] Compiling lol-async v0.1.1
[INFO] [stderr] Compiling trillium-html-rewriter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.43s
[INFO] running `Command { std: "docker" "inspect" "353bfb0fa2546d07c8be329b8cd364ba2fcd88667221b8cee22fe8ab80eee550", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "353bfb0fa2546d07c8be329b8cd364ba2fcd88667221b8cee22fe8ab80eee550", kill_on_drop: false }`
[INFO] [stdout] 353bfb0fa2546d07c8be329b8cd364ba2fcd88667221b8cee22fe8ab80eee550
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6dc7cac0d060086573bad8e8ad3ccea1737cba3da1756bed40f9989b19b0f902
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "6dc7cac0d060086573bad8e8ad3ccea1737cba3da1756bed40f9989b19b0f902", kill_on_drop: false }`
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Compiling regex-syntax v0.6.25
[INFO] [stderr] Compiling termcolor v1.1.2
[INFO] [stderr] Compiling humantime v2.1.0
[INFO] [stderr] Compiling atty v0.2.14
[INFO] [stderr] Compiling aho-corasick v0.7.18
[INFO] [stderr] Compiling polling v2.0.3
[INFO] [stderr] Compiling selectors v0.21.0
[INFO] [stderr] Compiling trillium-http v0.1.1
[INFO] [stderr] Compiling async-io v1.4.1
[INFO] [stderr] Compiling trillium v0.1.1
[INFO] [stderr] Compiling lol_html v0.3.0
[INFO] [stderr] Compiling async-global-executor v2.0.2
[INFO] [stderr] Compiling regex v1.5.4
[INFO] [stderr] Compiling lol-async v0.1.1
[INFO] [stderr] Compiling env_logger v0.8.3
[INFO] [stderr] Compiling trillium-html-rewriter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `trillium_proxy`
[INFO] [stdout] --> examples/html-rewriter.rs:6:14
[INFO] [stdout] |
[INFO] [stdout] 6 | type Proxy = trillium_proxy::Proxy;
[INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `trillium_proxy`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `trillium_smol`
[INFO] [stdout] --> examples/html-rewriter.rs:6:36
[INFO] [stdout] |
[INFO] [stdout] 6 | type Proxy = trillium_proxy::Proxy;
[INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `trillium_smol`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `trillium_smol`
[INFO] [stdout] --> examples/html-rewriter.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | trillium_smol::run((
[INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `trillium_smol`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout]
[INFO] [stderr] error: could not compile `trillium-html-rewriter`
[INFO] [stderr]
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "6dc7cac0d060086573bad8e8ad3ccea1737cba3da1756bed40f9989b19b0f902", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6dc7cac0d060086573bad8e8ad3ccea1737cba3da1756bed40f9989b19b0f902", kill_on_drop: false }`
[INFO] [stdout] 6dc7cac0d060086573bad8e8ad3ccea1737cba3da1756bed40f9989b19b0f902