Build #680756 2022-11-22T05:52:14.080765+00:00
# rustc version
rustc 1.67.0-nightly (b7bc90fea 2022-11-21)# docs.rs version
docsrs 0.6.0 (83ad0bb0 2022-11-21)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/seer-0.0.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/seer-0.0.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221121-1.67.0-nightly-b7bc90fea\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", 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] e8f539b7b11ff424886634a06f5c328e8683be521b290cc787b82b3cf3cbd3cc
[INFO] running `Command { std: "docker" "start" "-a" "e8f539b7b11ff424886634a06f5c328e8683be521b290cc787b82b3cf3cbd3cc", kill_on_drop: false }`
[INFO] [stderr] Documenting seer v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0462]: found staticlib `rustc` instead of rlib or dylib
[INFO] [stderr] --> src/lib.rs:13:1
[INFO] [stderr] |
[INFO] [stderr] 13 | extern crate rustc;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: the following crate versions were found:
[INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.lsan.a
[INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.asan.a
[INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.tsan.a
[INFO] [stderr] crate `rustc`: /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-nightly_rt.msan.a
[INFO] [stderr] = help: please recompile that crate using --crate-type lib
[INFO] [stderr]
[INFO] [stderr] error[E0463]: can't find crate for `rustc_const_math`
[INFO] [stderr] --> src/lib.rs:14:1
[INFO] [stderr] |
[INFO] [stderr] 14 | extern crate rustc_const_math;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] |
[INFO] [stderr] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stderr]
[INFO] [stderr] error[E0463]: can't find crate for `rustc_data_structures`
[INFO] [stderr] --> src/lib.rs:15:1
[INFO] [stderr] |
[INFO] [stderr] 15 | extern crate rustc_data_structures;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] |
[INFO] [stderr] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stderr]
[INFO] [stderr] error[E0463]: can't find crate for `rustc_driver`
[INFO] [stderr] --> src/lib.rs:16:1
[INFO] [stderr] |
[INFO] [stderr] 16 | extern crate rustc_driver;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] |
[INFO] [stderr] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stderr]
[INFO] [stderr] error[E0463]: can't find crate for `rustc_errors`
[INFO] [stderr] --> src/lib.rs:17:1
[INFO] [stderr] |
[INFO] [stderr] 17 | extern crate rustc_errors;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] |
[INFO] [stderr] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stderr]
[INFO] [stderr] error[E0463]: can't find crate for `syntax`
[INFO] [stderr] --> src/lib.rs:18:1
[INFO] [stderr] |
[INFO] [stderr] 18 | extern crate syntax;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:821:48
[INFO] [stderr] |
[INFO] [stderr] 821 | layout::Variants::Single { .. } => bug!(),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:963:32
[INFO] [stderr] |
[INFO] [stderr] 963 | Value::ByRef(_) => bug!("follow_by_ref_value can't result in `ByRef`"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:970:37
[INFO] [stderr] |
[INFO] [stderr] 970 | Value::ByValPair(..) => bug!("value_to_primval can't work with fat pointers"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:1220:22
[INFO] [stderr] |
[INFO] [stderr] 1220 | _ => bug!("unsized primval ptr read from {:?}", pointee_ty),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:1377:18
[INFO] [stderr] |
[INFO] [stderr] 1377 | _ => bug!("invalid unsizing {:?} -> {:?}", src_ty, dest_ty),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:1417:26
[INFO] [stderr] |
[INFO] [stderr] 1417 | _ => bug!("expected pointer, got {:?}", src),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:1441:18
[INFO] [stderr] |
[INFO] [stderr] 1441 | _ => bug!("unsize_into: invalid conversion: {:?} -> {:?}", src_ty, dest_ty),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/lvalue.rs:78:18
[INFO] [stderr] |
[INFO] [stderr] 78 | _ => bug!("to_ptr_and_extra: expected Lvalue::Ptr, got {:?}", self),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/lvalue.rs:101:26
[INFO] [stderr] |
[INFO] [stderr] 101 | _ => bug!("elem_ty_and_len of a TySlice given non-slice lvalue: {:?}", self),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/lvalue.rs:105:18
[INFO] [stderr] |
[INFO] [stderr] 105 | _ => bug!("elem_ty_and_len expected array or slice, got {:?}", ty),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/lvalue.rs:293:38
[INFO] [stderr] |
[INFO] [stderr] 293 | LvalueExtra::None => bug!("expected fat pointer"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/lvalue.rs:295:21
[INFO] [stderr] |
[INFO] [stderr] 295 | bug!("Rust doesn't support unsized fields in enum variants")
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/drop.rs:24:18
[INFO] [stderr] |
[INFO] [stderr] 24 | _ => bug!("force_allocation broken"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:93:40
[INFO] [stderr] |
[INFO] [stderr] 93 | Value::ByRef(_) => bug!("just read the value, can't be byref"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:94:45
[INFO] [stderr] |
[INFO] [stderr] 94 | Value::ByValPair(..) => bug!("atomic_xchg doesn't work with nonprimitives"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:108:40
[INFO] [stderr] |
[INFO] [stderr] 108 | Value::ByRef(_) => bug!("just read the value, can't be byref"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:109:45
[INFO] [stderr] |
[INFO] [stderr] 109 | Value::ByValPair(..) => bug!("atomic_cxchg doesn't work with nonprimitives"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:128:40
[INFO] [stderr] |
[INFO] [stderr] 128 | Value::ByRef(_) => bug!("just read the value, can't be byref"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:129:45
[INFO] [stderr] |
[INFO] [stderr] 129 | Value::ByValPair(..) => bug!("atomic_xadd_relaxed doesn't work with nonprimitives"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:138:26
[INFO] [stderr] |
[INFO] [stderr] 138 | _ => bug!(),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:204:26
[INFO] [stderr] |
[INFO] [stderr] 204 | _ => bug!(),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:227:26
[INFO] [stderr] |
[INFO] [stderr] 227 | _ => bug!(),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:242:26
[INFO] [stderr] |
[INFO] [stderr] 242 | _ => bug!(),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:278:43
[INFO] [stderr] |
[INFO] [stderr] 278 | Lvalue::Ptr { .. } => bug!("init intrinsic tried to write to fat ptr target"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:453:43
[INFO] [stderr] |
[INFO] [stderr] 453 | Lvalue::Ptr { .. } => bug!("uninit intrinsic tried to write to fat ptr target"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:527:30
[INFO] [stderr] |
[INFO] [stderr] 527 | _ => bug!("We already checked that we know this type"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:569:22
[INFO] [stderr] |
[INFO] [stderr] 569 | _ => bug!("size_of_val::<{:?}>", ty),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:617:22
[INFO] [stderr] |
[INFO] [stderr] 617 | _ => bug!("not a numeric intrinsic: {}", name),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/mod.rs:363:26
[INFO] [stderr] |
[INFO] [stderr] 363 | _ => bug!("bad ABI for ClosureOnceShim: {:?}", sig.abi),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/mod.rs:479:26
[INFO] [stderr] |
[INFO] [stderr] 479 | _ => bug!("virtual call first arg cannot be a constant"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/value.rs:371:18
[INFO] [stderr] |
[INFO] [stderr] 371 | _ => bug!("can't make uint with size {}", size),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/value.rs:382:18
[INFO] [stderr] |
[INFO] [stderr] 382 | _ => bug!("can't make int with size {}", size),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/value.rs:100:18
[INFO] [stderr] |
[INFO] [stderr] 100 | _ => bug!("expected ptr and vtable, got {:?}", self),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:605:30
[INFO] [stderr] |
[INFO] [stderr] 605 | _ => bug!("invalid `{}` argument: {:?}", name, bytes),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 616 | "cttz" => integer_intrinsic!(trailing_zeros),
[INFO] [stderr] | ---------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `integer_intrinsic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:605:30
[INFO] [stderr] |
[INFO] [stderr] 605 | _ => bug!("invalid `{}` argument: {:?}", name, bytes),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 615 | "ctpop" => integer_intrinsic!(count_ones),
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `integer_intrinsic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:605:30
[INFO] [stderr] |
[INFO] [stderr] 605 | _ => bug!("invalid `{}` argument: {:?}", name, bytes),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 614 | "ctlz" => integer_intrinsic!(leading_zeros),
[INFO] [stderr] | --------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `integer_intrinsic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/intrinsic.rs:605:30
[INFO] [stderr] |
[INFO] [stderr] 605 | _ => bug!("invalid `{}` argument: {:?}", name, bytes),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 613 | "bswap" => integer_intrinsic!(swap_bytes),
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `integer_intrinsic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/drop.rs:40:26
[INFO] [stderr] |
[INFO] [stderr] 40 | _ => bug!("expected fat ptr, got {:?}", arg),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/memory.rs:1098:18
[INFO] [stderr] |
[INFO] [stderr] 1098 | _ => bug!("bad integer size: {}", size),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/memory.rs:1027:30
[INFO] [stderr] |
[INFO] [stderr] 1027 | _ => bug!("unexpected PrimVal::Bytes size"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/memory.rs:984:26
[INFO] [stderr] |
[INFO] [stderr] 984 | _ => bug!("unexpected PrimVal::Bytes size"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/memory.rs:513:39
[INFO] [stderr] |
[INFO] [stderr] 513 | ... (Some(_), Some(_)) => bug!("miri invariant broken: an allocation id exists that points to both a function and a memory location"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/mod.rs:457:29
[INFO] [stderr] |
[INFO] [stderr] 457 | ... bug!(
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/terminator/mod.rs:127:42
[INFO] [stderr] |
[INFO] [stderr] 127 | ... ref other => bug!("instance def ty: {:?}", other),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/step.rs:248:21
[INFO] [stderr] |
[INFO] [stderr] 248 | bug!("static found but isn't a static: {:?}", def);
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/step.rs:241:21
[INFO] [stderr] |
[INFO] [stderr] 241 | bug!("static def id doesn't point to item");
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/step.rs:238:25
[INFO] [stderr] |
[INFO] [stderr] 238 | bug!("static def id doesn't point to static");
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:90:18
[INFO] [stderr] |
[INFO] [stderr] 90 | _ => bug!("int_arithmetic should only be called on int primvals"),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 292 | (Rem, k) if k.is_int() => return int_arithmetic!(k, overflowing_rem, l, r),
[INFO] [stderr] | ----------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `int_arithmetic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:90:18
[INFO] [stderr] |
[INFO] [stderr] 90 | _ => bug!("int_arithmetic should only be called on int primvals"),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 291 | (Div, k) if k.is_int() => return int_arithmetic!(k, overflowing_div, l, r),
[INFO] [stderr] | ----------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `int_arithmetic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:90:18
[INFO] [stderr] |
[INFO] [stderr] 90 | _ => bug!("int_arithmetic should only be called on int primvals"),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 290 | (Mul, k) if k.is_int() => return int_arithmetic!(k, overflowing_mul, l, r),
[INFO] [stderr] | ----------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `int_arithmetic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:90:18
[INFO] [stderr] |
[INFO] [stderr] 90 | _ => bug!("int_arithmetic should only be called on int primvals"),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 289 | (Sub, k) if k.is_int() => return int_arithmetic!(k, overflowing_sub, l, r),
[INFO] [stderr] | ----------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `int_arithmetic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:90:18
[INFO] [stderr] |
[INFO] [stderr] 90 | _ => bug!("int_arithmetic should only be called on int primvals"),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 288 | (Add, k) if k.is_int() => return int_arithmetic!(k, overflowing_add, l, r),
[INFO] [stderr] | ----------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `int_arithmetic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:265:22
[INFO] [stderr] |
[INFO] [stderr] 265 | _ => bug!("invalid float op: `{:?}`", op),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:235:22
[INFO] [stderr] |
[INFO] [stderr] 235 | _ => bug!("it has already been checked that this is a shift op"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:110:18
[INFO] [stderr] |
[INFO] [stderr] 110 | _ => bug!("int_shift should only be called on int primvals"),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 234 | Shr => int_shift!(left_kind, overflowing_shr, l, r as u32),
[INFO] [stderr] | --------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `int_shift` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:110:18
[INFO] [stderr] |
[INFO] [stderr] 110 | _ => bug!("int_shift should only be called on int primvals"),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 233 | Shl => int_shift!(left_kind, overflowing_shl, l, r as u32),
[INFO] [stderr] | --------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `int_shift` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:201:34
[INFO] [stderr] |
[INFO] [stderr] 201 | ... _ => bug!("We already established it has to be one of these operators."),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/operator.rs:90:18
[INFO] [stderr] |
[INFO] [stderr] 90 | _ => bug!("int_arithmetic should only be called on int primvals"),
[INFO] [stderr] | ^^^
[INFO] [stderr] ...
[INFO] [stderr] 199 | return int_arithmetic!(left_kind, overflowing_sub, left_offset, right_offset);
[INFO] [stderr] | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the macro `int_arithmetic` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/memory.rs:669:13
[INFO] [stderr] |
[INFO] [stderr] 669 | bug!("tried to mark an allocation ({:?}) as static twice", alloc_id);
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/lvalue.rs:430:26
[INFO] [stderr] |
[INFO] [stderr] 430 | _ => bug!("can only deref pointer types"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:1198:13
[INFO] [stderr] |
[INFO] [stderr] 1198 | bug!("primitive read failed for type: {:?}", ty);
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:695:21
[INFO] [stderr] |
[INFO] [stderr] 695 | bug!("rustc only generates Rvalue::Discriminant for enums");
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:676:38
[INFO] [stderr] |
[INFO] [stderr] 676 | ref other => bug!("reify fn pointer on {:?}", other),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:667:38
[INFO] [stderr] |
[INFO] [stderr] 667 | ref other => bug!("fn to unsafe fn cast on {:?}", other),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:659:38
[INFO] [stderr] |
[INFO] [stderr] 659 | ref other => bug!("reify fn pointer on {:?}", other),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:634:57
[INFO] [stderr] |
[INFO] [stderr] 634 | ... (Value::ByVal(_), _) => bug!("expected fat ptr"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:582:25
[INFO] [stderr] |
[INFO] [stderr] 582 | bug!("attempted to take a reference to an enum downcast lvalue"),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:550:26
[INFO] [stderr] |
[INFO] [stderr] 550 | _ => bug!("tried to assign array-repeat to non-array type {:?}", dest_ty),
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `bug` in this scope
[INFO] [stderr] --> src/eval_context.rs:459:17
[INFO] [stderr] |
[INFO] [stderr] 459 | bug!("StackPopCleanup::MarkStatic on: {:?}", frame.return_lvalue);
[INFO] [stderr] | ^^^
[INFO] [stderr]
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr] --> src/lvalue.rs:153:19
[INFO] [stderr] |
[INFO] [stderr] 153 | (0...1, Value::ByValPair(a, b)) if self.get_field_count(base_ty)? == 2 => {
[INFO] [stderr] | ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] |
[INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr] = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr]
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] warning: `seer` (lib doc) generated 1 warning
[INFO] [stderr] error: could not document `seer`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name seer src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=9f016f67692656bf -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbyteorder-feabdaa7d1ebde01.rmeta --extern cargo_metadata=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcargo_metadata-8821585031be6c85.rmeta --extern env_logger=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libenv_logger-dfe1bf48b8008516.rmeta --extern log=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblog-517bb5dd51ff53c0.rmeta --extern log_settings=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblog_settings-652bb36d8b6ab57a.rmeta --extern seer_z3=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libseer_z3-c504116027da7d36.rmeta --extern-html-root-url 'byteorder=https://docs.rs/byteorder/1.4.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'cargo_metadata=https://docs.rs/cargo_metadata/0.1.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'env_logger=https://docs.rs/env_logger/0.3.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'log=https://docs.rs/log/0.3.9/x86_64-unknown-linux-gnu' --extern-html-root-url 'log_settings=https://docs.rs/log_settings/0.1.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'seer_z3=https://docs.rs/seer-z3/0.1.2/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20221121-1.67.0-nightly-b7bc90fea --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.0.3` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "e8f539b7b11ff424886634a06f5c328e8683be521b290cc787b82b3cf3cbd3cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8f539b7b11ff424886634a06f5c328e8683be521b290cc787b82b3cf3cbd3cc", kill_on_drop: false }`
[INFO] [stdout] e8f539b7b11ff424886634a06f5c328e8683be521b290cc787b82b3cf3cbd3cc