Page MenuHomePhabricator

Fix missing rename in fuzz test suite
ClosedPublic

Authored by jasonbcox on Mar 19 2020, 23:05.

Details

Summary

See title. This was missed in D5516

Test Plan

ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix-win-gitian
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9898
Build 17655: Default Diff Build & Tests
Build 17654: arc lint + arc unit

Event Timeline

Snippet of first build failure:

[23:07:25] :	 [Step 1/1] (Reading database ... 70%
[23:07:25] :	 [Step 1/1] (Reading database ... 75%
[23:07:25] :	 [Step 1/1] (Reading database ... 80%
[23:07:25] :	 [Step 1/1] (Reading database ... 85%
[23:07:25] :	 [Step 1/1] (Reading database ... 90%
[23:07:25] :	 [Step 1/1] (Reading database ... 95%
[23:07:25] :	 [Step 1/1] (Reading database ... 100%
[23:07:25] :	 [Step 1/1] (Reading database ... 17687 files and directories currently installed.)
[23:07:25] :	 [Step 1/1] Removing rsyslog (8.1901.0-1) ...
[23:07:25] :	 [Step 1/1] invoke-rc.d: could not determine current runlevel
[23:07:25] :	 [Step 1/1] Stopping enhanced syslogd: rsyslogd already stopped.
[23:07:25] :	 [Step 1/1] (Reading database ... 
[23:07:25] :	 [Step 1/1] (Reading database ... 5%
[23:07:25] :	 [Step 1/1] (Reading database ... 10%
[23:07:25] :	 [Step 1/1] (Reading database ... 15%
[23:07:25] :	 [Step 1/1] (Reading database ... 20%
[23:07:25] :	 [Step 1/1] (Reading database ... 25%
[23:07:25] :	 [Step 1/1] (Reading database ... 30%
[23:07:25] :	 [Step 1/1] (Reading database ... 35%
[23:07:25] :	 [Step 1/1] (Reading database ... 40%
[23:07:25] :	 [Step 1/1] (Reading database ... 45%
[23:07:25] :	 [Step 1/1] (Reading database ... 50%
[23:07:25] :	 [Step 1/1] (Reading database ... 55%
[23:07:25] :	 [Step 1/1] (Reading database ... 60%
[23:07:25] :	 [Step 1/1] (Reading database ... 65%
[23:07:25] :	 [Step 1/1] (Reading database ... 70%
[23:07:25] :	 [Step 1/1] (Reading database ... 75%
[23:07:25] :	 [Step 1/1] (Reading database ... 80%
[23:07:25] :	 [Step 1/1] (Reading database ... 85%
[23:07:25] :	 [Step 1/1] (Reading database ... 90%
[23:07:25] :	 [Step 1/1] (Reading database ... 95%
[23:07:25] :	 [Step 1/1] (Reading database ... 100%
[23:07:25] :	 [Step 1/1] (Reading database ... 17629 files and directories currently installed.)
[23:07:25] :	 [Step 1/1] Purging configuration files for rsyslog (8.1901.0-1) ...
[23:07:26] :	 [Step 1/1] Processing triggers for systemd (241-7~deb10u1) ...
[23:07:26] :	 [Step 1/1] Adding 'local diversion of /sbin/initctl to /sbin/initctl.distrib'
[23:07:26] :	 [Step 1/1] Adding 'local diversion of /usr/bin/ischroot to /usr/bin/ischroot.distrib'
[23:07:26]W:	 [Step 1/1] dpkg-divert: warning: diverting file '/usr/bin/ischroot' from an Essential package with rename is dangerous, use --no-rename
[23:07:26] :	 [Step 1/1] Adding 'local diversion of /usr/sbin/policy-rc.d to /usr/sbin/policy-rc.d.distrib'
[23:07:26] :	 [Step 1/1] Starting target
[23:07:26] :	 [Step 1/1] Checking if target is up
[23:07:27] :	 [Step 1/1] Preparing build environment
[23:07:29] :	 [Step 1/1] Updating apt-get repository (log in var/install.log)
[23:07:33] :	 [Step 1/1] Installing additional packages (log in var/install.log)
[23:08:35] :	 [Step 1/1] Upgrading system, may take a while (log in var/install.log)
[23:08:44] :	 [Step 1/1] Creating package manifest
[23:08:48] :	 [Step 1/1] Creating build script (var/build-script)
[23:08:51] :	 [Step 1/1] Running build script (log in var/build.log)
[23:18:45]W:	 [Step 1/1] ./bin/gbuild:21:in `system!': failed to run on-target setarch x86_64 bash -x < var/build-script > var/build.log 2>&1 (RuntimeError)
[23:18:45]W:	 [Step 1/1] 	from ./bin/gbuild:167:in `build_one_configuration'
[23:18:45]W:	 [Step 1/1] 	from ./bin/gbuild:318:in `block (2 levels) in <main>'
[23:18:45]W:	 [Step 1/1] 	from ./bin/gbuild:313:in `each'
[23:18:45]W:	 [Step 1/1] 	from ./bin/gbuild:313:in `block in <main>'
[23:18:45]W:	 [Step 1/1] 	from ./bin/gbuild:311:in `each'
[23:18:45]W:	 [Step 1/1] 	from ./bin/gbuild:311:in `<main>'
[23:18:45]W:	 [Step 1/1] ++ move_log
[23:18:45]W:	 [Step 1/1] ++ mv var/install.log /home/teamcity/buildAgent/work/c4a5708f2bae7929/gitian-results/
[23:18:45]W:	 [Step 1/1] ++ mv var/build.log /home/teamcity/buildAgent/work/c4a5708f2bae7929/gitian-results/
[23:18:45]W:	 [Step 1/1] Process exited with code 1
[23:18:45]E:	 [Step 1/1] Process exited with code 1 (Step: Command Line)
jasonbcox edited the summary of this revision. (Show Details)
jasonbcox edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Mar 20 2020, 15:32
This revision was automatically updated to reflect the committed changes.