driazati opened a new issue, #11419: URL: https://github.com/apache/tvm/issues/11419
Seen in https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-11329/20/pipeline/#step-762-log-388, the rust build is broken on a Docker image built from `main` (so anyone who tries to update the ci_cpu image will see the same error). ``` Downloading crates ... Downloaded ar v0.6.2 Compiling byteorder v1.4.3 Compiling tvm-rt v0.1.0-alpha (/workspace/rust/tvm-rt) Compiling ar v0.6.2 Compiling test-rt-tvm-basic v0.0.1 (/workspace/rust/tvm-graph-rt/tests/test_tvm_basic) Finished dev [unoptimized + debuginfo] target(s) in 4.86s Running `/workspace/rust/target/debug/test-rt-tvm-basic` /workspace/rust/tvm-graph-rt Compiling test-rt-tvm-dso v0.0.0 (/workspace/rust/tvm-graph-rt/tests/test_tvm_dso) Finished dev [unoptimized + debuginfo] target(s) in 2.93s Running `/workspace/rust/target/debug/test-rt-tvm-dso` /workspace/rust/tvm-graph-rt Compiling test-rt-nn v0.0.0 (/workspace/rust/tvm-graph-rt/tests/test_nn) Finished dev [unoptimized + debuginfo] target(s) in 3.89s Running `/workspace/rust/target/debug/test-rt-nn` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: FunctionNotFound("tvmgen_default_fused_nn_dense_nn_bias_add")', tvm-graph-rt/tests/test_nn/srcmain.rs:62:55 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace script returned exit code 101 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
