Project

General

Profile

Actions

Bug #25439

closed

Static rudderc builds are failing due to missing tracing import

Added by Félix DALLIDET about 1 month ago. Updated 17 days ago.

Status:
Released
Priority:
N/A
Category:
rudderc
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No

Description

   Compiling mdbook v0.4.36
   Compiling askama v0.12.1
error: cannot find macro `debug` in this scope
   --> policies/rudderc/src/lib.rs:103:5
    |
103 |     debug!("WORKDIR: '{}'", cwd.clone().canonicalize()?.display());
    |     ^^^^^
    |
help: consider importing this macro
    |
4   + use tracing::debug;
    |

error: could not compile `rudderc` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
make: *** [Makefile:22: static] Error 101

Actions

Also available in: Atom PDF