@@ -535,6 +535,66 @@ fn log_msg_unit_graph() {
535535 "run_id": "[..]T[..]Z-[..]",
536536 "timestamp": "[..]T[..]Z"
537537 },
538+ {
539+ "index": 0,
540+ "mode": "check",
541+ "package_id": "path+[ROOTURL]/foo/bar#0.0.0",
542+ "reason": "unit-registered",
543+ "run_id": "[..]T[..]Z-[..]",
544+ "target": {
545+ "kind": "lib",
546+ "name": "bar"
547+ },
548+ "timestamp": "[..]T[..]Z"
549+ },
550+ {
551+ "index": 1,
552+ "mode": "doc",
553+ "package_id": "path+[ROOTURL]/foo/bar#0.0.0",
554+ "reason": "unit-registered",
555+ "run_id": "[..]T[..]Z-[..]",
556+ "target": {
557+ "kind": "lib",
558+ "name": "bar"
559+ },
560+ "timestamp": "[..]T[..]Z"
561+ },
562+ {
563+ "index": 2,
564+ "mode": "doc",
565+ "package_id": "path+[ROOTURL]/foo#0.0.0",
566+ "reason": "unit-registered",
567+ "run_id": "[..]T[..]Z-[..]",
568+ "target": {
569+ "kind": "lib",
570+ "name": "foo"
571+ },
572+ "timestamp": "[..]T[..]Z"
573+ },
574+ {
575+ "index": 3,
576+ "mode": "build",
577+ "package_id": "path+[ROOTURL]/foo#0.0.0",
578+ "reason": "unit-registered",
579+ "run_id": "[..]T[..]Z-[..]",
580+ "target": {
581+ "kind": "build-script",
582+ "name": "build-script-build"
583+ },
584+ "timestamp": "[..]T[..]Z"
585+ },
586+ {
587+ "index": 4,
588+ "mode": "run-custom-build",
589+ "package_id": "path+[ROOTURL]/foo#0.0.0",
590+ "reason": "unit-registered",
591+ "run_id": "[..]T[..]Z-[..]",
592+ "target": {
593+ "kind": "build-script",
594+ "name": "build-script-build"
595+ },
596+ "timestamp": "[..]T[..]Z"
597+ },
538598 {
539599 "elapsed": "{...}",
540600 "reason": "unit-graph-finished",
0 commit comments