feat(actions): Deputy scanner #39
Annotations
4 errors and 10 warnings
check
ProcessException: Script failed with exit code
Command: /bin/bash # Log current swap space report
function log_swap {
echo "Memory and swap:"
free -h
echo
swapon --show
echo
}
# Set swap
log_swap
export SWAP_FILE=$(swapon --show=NAME | tail -n 1)
if [ -n $SWAP_FILE ]; then
sudo swapoff $SWAP_FILE
sudo rm $SWAP_FILE
fi
SWAP_FILE=${SWAP_FILE:-/swap}
sudo fallocate -l 10G $SWAP_FILE
sudo chmod 600 $SWAP_FILE
sudo mkswap $SWAP_FILE
sudo swapon $SWAP_FILE
log_swap
|
check
org-dartlang-sdk:///lib/_internal/js_runtime/lib/js_helper.dart 1196:37 Object.wrapException
/Users/nydillon/dev/ad-actions/actions/lib/src/android/shell_script.dart 28:9 <fn>
org-dartlang-sdk:///lib/_internal/js_runtime/lib/async_patch.dart 307:19 _wrapJsFunctionForAsync.closure.$protected
org-dartlang-sdk:///lib/_internal/js_runtime/lib/async_patch.dart 332:23 _wrapJsFunctionForAsync.<fn>
/Users/nydillon/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/lib/src/stack_zone_specification.dart 138:42 StackZoneSpecification._registerBinaryCallback.<fn>.<fn>
/Users/nydillon/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/lib/src/stack_zone_specification.dart 207:14 StackZoneSpecification._run
org-dartlang-sdk:///lib/_internal/js_runtime/lib/async_patch.dart 283:19 _awaitOnObject.<fn>
org-dartlang-sdk:///lib/async/zone.dart 1407:46 StaticClosure._rootRunUnary
org-dartlang-sdk:///lib/async/zone.dart 1307:34 _CustomZone.runUnary
===== asynchronous gap ===========================
org-dartlang-sdk:///lib/async/zone.dart 1336:34 _CustomZone.registerBinaryCallback
org-dartlang-sdk:///lib/async/zone.dart 596:30 Object._wrapJsFunctionForAsync
/Users/nydillon/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/lib/src/chain.dart 97:16 Chain.capture.<fn>
org-dartlang-sdk:///lib/async/zone.dart 1399:12 StaticClosure._rootRun
org-dartlang-sdk:///lib/async/zone.dart 1300:34 _CustomZone.run
|
check
.github/composite_actions/deputy_scan/dist/main.cjs 1722:43 Object.wrapException
.github/composite_actions/deputy_scan/dist/main.cjs 26699:25 <fn>
.github/composite_actions/deputy_scan/dist/main.cjs 4497:15 _wrapJsFunctionForAsync_closure.$protected
.github/composite_actions/deputy_scan/dist/main.cjs 19063:12 _wrapJsFunctionForAsync_closure.call$2
.github/composite_actions/deputy_scan/dist/main.cjs 39666:21 StackZoneSpecification__registerBinaryCallback__closure.call$0
.github/composite_actions/deputy_scan/dist/main.cjs 39589:16 StackZoneSpecification._run$1$2
.github/composite_actions/deputy_scan/dist/main.cjs 39658:26 StackZoneSpecification__registerBinaryCallback_closure.call$2
.github/composite_actions/deputy_scan/dist/main.cjs 19051:32 _awaitOnObject_closure.call$1
.github/composite_actions/deputy_scan/dist/main.cjs 4973:18 StaticClosure._rootRunUnary
.github/composite_actions/deputy_scan/dist/main.cjs 21227:39 _CustomZone.runUnary$2$2
===== asynchronous gap ===========================
.github/composite_actions/deputy_scan/dist/main.cjs 21257:39 _CustomZone.registerBinaryCallback$3$1
.github/composite_actions/deputy_scan/dist/main.cjs 4505:30 Object._wrapJsFunctionForAsync
.github/composite_actions/deputy_scan/dist/main.cjs 26570:29 wrapMain_closure.call$0
.github/composite_actions/deputy_scan/dist/main.cjs 39108:28 Chain_capture_closure.call$0
.github/composite_actions/deputy_scan/dist/main.cjs 4958:16 StaticClosure._rootRun
.github/composite_actions/deputy_scan/dist/main.cjs 21219:39 _CustomZone.run$1$1
|
check
Action failed with error: ProcessException: Script failed with exit code
Command: /bin/bash # Log current swap space report
function log_swap {
echo "Memory and swap:"
free -h
echo
swapon --show
echo
}
# Set swap
log_swap
export SWAP_FILE=$(swapon --show=NAME | tail -n 1)
if [ -n $SWAP_FILE ]; then
sudo swapoff $SWAP_FILE
sudo rm $SWAP_FILE
fi
SWAP_FILE=${SWAP_FILE:-/swap}
sudo fallocate -l 10G $SWAP_FILE
sudo chmod 600 $SWAP_FILE
sudo mkswap $SWAP_FILE
sudo swapon $SWAP_FILE
log_swap
|
check
WARN | Deputy | Breaking change detected for uuid: 4.1.0 (current constraint: >=3.0.6 <=3.0.7)
|
check
WARN | Deputy | Breaking change detected for uuid: 4.1.0 (current constraint: >=3.0.6 <=3.0.7)
|
check
WARN | Deputy | Breaking change detected for uuid: 4.1.0 (current constraint: >=3.0.6 <=3.0.7)
|
check
WARN | Deputy | Breaking change detected for uuid: 4.1.0 (current constraint: >=3.0.6 <=3.0.7)
|
check
WARN | Deputy | Breaking change detected for uuid: 4.1.0 (current constraint: >=3.0.6 <=3.0.7)
|
check
WARN | Deputy | Breaking change detected for uuid: 4.1.0 (current constraint: >=3.0.6 <=3.0.7)
|
check
WARN | Deputy | Breaking change detected for golden_toolkit: 0.15.0 (current constraint: ^0.13.0)
|
check
WARN | Deputy | Breaking change detected for go_router: 11.1.1 (current constraint: ^6.5.7)
|
check
WARN | Deputy | Breaking change detected for go_router: 11.1.1 (current constraint: ^6.5.7)
|
check
WARN | Deputy | Breaking change detected for cli_script: 1.0.0 (current constraint: ^0.3.0)
|