Actions
Bug #25439
closedStatic rudderc builds are failing due to missing tracing import
Pull Request:
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
Updated by Félix DALLIDET 2 months ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET 2 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5868
Updated by Félix DALLIDET 2 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|0d1169668febcaac132889181cf3ccef4b7e7283.
Updated by Vincent MEMBRÉ about 2 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.7 which was released today.
Actions