[INFO] cloning repository https://github.com/ftsujikawa/tdb-linux
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ftsujikawa/tdb-linux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fftsujikawa%2Ftdb-linux", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fftsujikawa%2Ftdb-linux'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dbc4c06149bd54c3dbd98a84a80e04ab0110d3c4
[INFO] checking ftsujikawa/tdb-linux against 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fftsujikawa%2Ftdb-linux" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ftsujikawa/tdb-linux
[INFO] finished tweaking git repo https://github.com/ftsujikawa/tdb-linux
[INFO] tweaked toml for git repo https://github.com/ftsujikawa/tdb-linux written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ftsujikawa/tdb-linux on toolchain 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ftsujikawa/tdb-linux 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" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dec979082450c9b787679379d24225059b9003ccbb411432a03863e77905c9a7
[INFO] running `Command { std: "docker" "start" "dec979082450c9b787679379d24225059b9003ccbb411432a03863e77905c9a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dec979082450c9b787679379d24225059b9003ccbb411432a03863e77905c9a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dec979082450c9b787679379d24225059b9003ccbb411432a03863e77905c9a7" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dec979082450c9b787679379d24225059b9003ccbb411432a03863e77905c9a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dec979082450c9b787679379d24225059b9003ccbb411432a03863e77905c9a7" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling wincode v0.5.5
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bstr v1.13.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling cactus v1.0.7
[INFO] [stderr]    Compiling vergen v8.3.2
[INFO] [stderr]    Compiling arc-swap v1.9.2
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling time v0.3.54
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling normpath v1.5.1
[INFO] [stderr]    Compiling base62 v2.2.4
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.16
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking iced-x86 v1.21.0
[INFO] [stderr]     Checking gimli v0.34.0
[INFO] [stderr]     Checking triomphe v0.1.16
[INFO] [stderr]     Checking rust-i18n-support v4.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]    Compiling globset v0.4.19
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]     Checking rustyline v14.0.0
[INFO] [stderr]    Compiling ignore v0.4.29
[INFO] [stderr]    Compiling lrpar v0.15.0
[INFO] [stderr]    Compiling lrlex v0.15.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling rust-i18n v4.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling scroll_derive v0.12.1
[INFO] [stderr]     Checking scroll v0.12.0
[INFO] [stderr]     Checking goblin v0.8.2
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling wincode-derive v0.4.6
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling vob v4.0.0
[INFO] [stderr]    Compiling packedvec v2.0.0
[INFO] [stderr]    Compiling cfgrammar v0.15.0
[INFO] [stderr]    Compiling sparsevec v0.3.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Checking lrtable v0.15.0
[INFO] [stderr]    Compiling rust-i18n-macro v4.2.0
[INFO] [stderr]    Compiling tdb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: tdb@0.1.0:  in /opt/rustwide/workdir/src/expr.y
[INFO] [stderr] warning: tdb@0.1.0:      24|     | '-' Expr %prec UMINUS { RawExpr::Unary(UnOp::Neg, Box::new($2)) }
[INFO] [stderr] warning: tdb@0.1.0:                               ^^^^^^ Unused token
[INFO] [stderr] warning: tdb@0.1.0: 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.28.0, nix v0.29.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "dec979082450c9b787679379d24225059b9003ccbb411432a03863e77905c9a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dec979082450c9b787679379d24225059b9003ccbb411432a03863e77905c9a7", kill_on_drop: false }`
[INFO] [stdout] dec979082450c9b787679379d24225059b9003ccbb411432a03863e77905c9a7
