[INFO] crate carapax-i18n 0.2.1 is already in cache
[INFO] checking carapax-i18n-0.2.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate carapax-i18n 0.2.1 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate carapax-i18n 0.2.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate carapax-i18n 0.2.1
[INFO] finished tweaking crates.io crate carapax-i18n 0.2.1
[INFO] tweaked toml for crates.io crate carapax-i18n 0.2.1 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate crates.io crate carapax-i18n 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f82405d99b3cf51d103812ca3ba74ea240285cd0f2ab1a8cd838ee9ae5942c01
[INFO] running `"docker" "start" "-a" "f82405d99b3cf51d103812ca3ba74ea240285cd0f2ab1a8cd838ee9ae5942c01"`
[INFO] [stderr]     Checking smallvec v1.1.0
[INFO] [stderr]     Checking regex-syntax v0.6.13
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking futures-channel v0.3.1
[INFO] [stderr]    Compiling ring v0.16.9
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling async-stream-impl v0.2.1
[INFO] [stderr]    Compiling async-trait v0.1.22
[INFO] [stderr]    Compiling carapax-codegen v0.1.1
[INFO] [stderr]     Checking aho-corasick v0.7.6
[INFO] [stderr]     Checking gettext v0.4.0
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]     Checking backtrace v0.3.42
[INFO] [stderr]    Compiling derefable v0.1.0
[INFO] [stderr]     Checking unicode-normalization v0.1.12
[INFO] [stderr]     Checking idna v0.2.0
[INFO] [stderr]     Checking tokio v0.2.11
[INFO] [stderr]     Checking url v2.1.1
[INFO] [stderr]     Checking async-stream v0.2.1
[INFO] [stderr]    Compiling failure_derive v0.1.6
[INFO] [stderr]    Compiling futures-macro v0.3.1
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking regex v1.3.3
[INFO] [stderr]     Checking failure v0.1.6
[INFO] [stderr]     Checking futures-util v0.3.1
[INFO] [stderr]     Checking webpki v0.21.0
[INFO] [stderr]     Checking sct v0.6.0
[INFO] [stderr]     Checking ct-logs v0.6.0
[INFO] [stderr]     Checking rustls v0.16.0
[INFO] [stderr]     Checking webpki-roots v0.17.0
[INFO] [stderr]     Checking shellwords v1.0.0
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking futures-executor v0.3.1
[INFO] [stderr]     Checking h2 v0.2.1
[INFO] [stderr]     Checking tokio-rustls v0.12.2
[INFO] [stderr]     Checking rustls-native-certs v0.1.0
[INFO] [stderr]     Checking futures v0.3.1
[INFO] [stderr]     Checking tokio-socks v0.2.0
[INFO] [stderr]     Checking hyper v0.13.1
[INFO] [stderr]     Checking hyper-rustls v0.19.1
[INFO] [stderr]     Checking reqwest v0.10.1
[INFO] [stderr]     Checking tgbot v0.6.0
[INFO] [stderr]     Checking carapax v0.4.0
[INFO] [stderr]     Checking carapax-i18n v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: couldn't read src/../data/en.mo: No such file or directory (os error 2)
[INFO] [stderr]    --> src/lib.rs:276:23
[INFO] [stderr]     |
[INFO] [stderr] 276 |     const EN: &[u8] = include_bytes!("../data/en.mo");
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read src/../data/ru.mo: No such file or directory (os error 2)
[INFO] [stderr]    --> src/lib.rs:277:23
[INFO] [stderr]     |
[INFO] [stderr] 277 |     const RU: &[u8] = include_bytes!("../data/ru.mo");
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `carapax-i18n`.
[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: couldn't read examples/../data/ru.mo: No such file or directory (os error 2)
[INFO] [stderr]  --> examples/i18n.rs:7:19
[INFO] [stderr]   |
[INFO] [stderr] 7 | const RU: &[u8] = include_bytes!("../data/ru.mo");
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read examples/../data/en.mo: No such file or directory (os error 2)
[INFO] [stderr]  --> examples/i18n.rs:8:19
[INFO] [stderr]   |
[INFO] [stderr] 8 | const EN: &[u8] = include_bytes!("../data/en.mo");
[INFO] [stderr]   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `carapax-i18n`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "f82405d99b3cf51d103812ca3ba74ea240285cd0f2ab1a8cd838ee9ae5942c01"`
[INFO] running `"docker" "rm" "-f" "f82405d99b3cf51d103812ca3ba74ea240285cd0f2ab1a8cd838ee9ae5942c01"`
[INFO] [stdout] f82405d99b3cf51d103812ca3ba74ea240285cd0f2ab1a8cd838ee9ae5942c01
